Skip to content

Savage-Beast breaks Searchlogic? #2

@ened

Description

@ened

Hi:

When using savage-beast I ran into trouble due to it's modifications of the user class, if present.
We're using Searchlogic to create a backend interface etc and order queries will stop working because of the following lines:

        def search(query, options = {})
            with_scope :find => { :conditions => build_search_conditions(query) } do
                options[:page] ||= nil
                paginate options
            end
        end

Is there any way to merge searchlogic into savage-beast - I think that would work well.

BR,
seb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions