-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
Labels
No labels