Hi,
I have issue while using thinking sphinx. While I am searching using
sphinx it returns only 20 record even those there are many records are
present.
I setup max_matches to 10000 but still same problem.
See the following output.
Contact.search("", :max_matches => 50).size
=> 20
>> Contact.search("", :max_matches => 10).size
=> 10
>> Contact.search("", :max_matches => 15).size
=> 15
>> Contact.search("", :max_matches => 19).size
=> 19
>> Contact.search("", :max_matches => 22).size
=> 20
>> Contact.search("", :max_matches => 22).size
=> 20
Please help me in this
Thanks & Regards,
Rahul P. Chaudhari
--
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.