Fixed Cannot search for keywords that have a single quote

This is actually related to ES.

The tokenizer in use is an implementation of this: http://unicode.org/reports/tr29/ Not light reading, but the short answer is that an apostrophe is only a word boundary in certain cases but we were treating it as one in every case when preparing the query. I've tweaked this.
 
Thank you for making this work, Mike. Yes not light reading at all, I'm very impressed with your programming skills.

Please let us know when you have rolled this out so we can test it here on xenforo.com.

What will we need to update in order to see this change? XenForo or Enhanced Search or both?
 
Top Bottom