Sphinx does, and thus Thinking Sphinx does: http://sphinxsearch.com/docs/manual-2.0.1.html#extended-syntax
You'll need to make sure you're using the extended match mode - so just pass :match_mode => :extended in with your search query (although that is done automatically if you're searching upon specific fields using the :conditions argument). -- Pat On 08/08/2011, at 3:05 AM, mcmahling wrote: > Does thinking_sphinx support searches such as Proximity search – > “helloworld”~10 > • Distance support – helloNEAR/10world? > > -- > 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.
