I have a string seule la présentation.
When I do a phrase search "pr", sphinx matches this string but it should not as there is no word pr present in it.
But when searched for "pre", it does not match.
The problem seems to be with this utf8 character é. Sphinx ignores this character while indexing and treats string before this character as a word.
Here is the sample Sphinx
query with match mode SPH_MATCH_EXTENDED
:
@name: "pr"
Is there any workaround for this?