rahul100885 wrote: > 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.
TS paginates all results. Try passing ":per_page => 1000" to the search() method if you need more results. -- James Healy <[email protected]> Tue, 28 Sep 2010 18:08:18 +1000 -- 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.
