Well that's odd. I was expecting the first and third calls (both with max_matches) to be the same.
It's worth noting that Sphinx isn't entirely accurate when counting search results - unless max_matches is set to something higher when querying (and in the configuration as well). That said - at least we know all the records are there in the indexes... you had a list of ids that weren't in the search results in a previous email. If you search for a word from one of the fields of that model, does it appear in the search results? -- Pat On 06/03/2011, at 7:14 AM, Jake wrote: > ThinkingSphinx.search_for_ids returned the proper number of assets (1827) > whereas both of the Asset.search_count calls returned the wrong number > (1767). > > -- > 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. -- 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.
