0

For example, we want the search term "Test" to match the word "@Test" and "(Test)"in the results.

Jack
  • 95
  • 1
  • 11

2 Answers2

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