Wow, this is an odd problem indeed. What happens if you try search_for_ids instead of search? That should be the same query from a Sphinx perspective as count (mind you, so should a normal search...)
Does search_count work fine for english words? What's the query you're running? -- Pat On 01/03/2010, at 1:09 AM, Al-Faisal El-Dajani wrote: > Hello all, > > I am facing a weird problem with thinking sphinx. My database contains > both english and arabic data. If I search or search_count for an > english term, I get correct results. Also, if I do a search on an > arabic term I get a correct result set. However, if I do a > search_count on an arabic term I always get 1, even when searching for > that same term yields many results and pagination works perfectly for > that result set. The search_count is always 1 for arabic terms. > > This is very weird for me, and I can't figure it out. Any help would > be appreciated. > > -- > 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.
