Search code examples
c#sphinx

Sphinx search: how to set matching mode to SPH_MATCH_EXTENDED2


I am using sphinx from C# through mysql connection. How can I set matching mode to SPH_MATCH_EXTENDED2 through mysql client?


Solution

  • SphinxQL is Extended Match Mode by default, you don't need to 'set' it.