For example, we want the search term "Test" to match the word "@Test" and "(Test)"in the results.
Asked
Active
Viewed 416 times
0
-
it does this by default. Unless you have added these chars to the charset_table in the config – barryhunter Jan 18 '13 at 14:52
-
thats it, thanks. If you move that to an answer I can select it as the answer. – Jack Jan 19 '13 at 09:10
2 Answers
2
it does this by default. Unless you have added these chars to the charset_table in the config

barryhunter
- 20,886
- 3
- 30
- 43
0
Did you try with escape character backslash just before special characters.
Also check there is EscapeString function available in sphinx API.

Minesh
- 2,284
- 1
- 14
- 22