Answer the question
In order to leave comments, you need to log in
What's not to love about sphinx?
I'm trying to do a search through "OR" in MATCH. Match gets possible misspellings of the word.
We are looking for 'test search' after running through the possible options. The request looks like this. way
select id, weight() from default where MATCH('test search | еуые ыуфкср | тест сеарч | tеst sеаrсh');
index default: syntax error, unexpected '|' near ' еуые ыуфкср | тест сеарч | tеst sеаrсh'
Answer the question
In order to leave comments, you need to log in
Check encoding. Must be UTF-8 both in the text and when connecting.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question