Do I need to do anything special to get :match_mode => :phrase to work. I have an index of content where the text "Copper Mountain" is a name of an article. I also have articles with "mountain" and "copper" in them. When I set the search to ":match_mode => :extended", I get all of the articles that include the terms. What I really want is match the phrase "copper mountain" only and not see the other articles. So I tried using :match_mode => :phrase but it doesn't return anything.
Anybody of suggestions? Thx -- 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.
