anatoly wrote:
> It seems that when searching in extended mode, sphinx uses @ in a way
> that creates a problem... so for example..
> 
> Person.search "[email protected]", :match_mode    => :extended
> ... does not wok
> 
> However, the following does work:
> Person.search "[email protected]"
> 
> Somehow I need to tell sphinx how to interpret the @ in this case...
> anyone know how to do that?

I *think* you need to escape the @ with a \.

    Person.search "[email protected]", :match_mode => :extended

-- James Healy <jimmy-at-deefa-dot-com>  Sun, 26 Jul 2009 13:57:12 +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
-~----------~----~----~----~------~----~------~--~---

Reply via email to