I have the following index setup
indexes rent
where rent is an integer in my model.
Whenever I try and search between a range of integers nothing ever
gets matched.
So something simple like
search params[:query], :page => params[:page], :per_page =>
10, :conditions => { :rent => 0..500 }
returns nothing even though I have many entries in my database
with :rent between the ranges 0 and 500.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---