Hi Team,

I often see missed results in the Quick Search input box when phrases sometimes are indexed with an apostrophe, but its missed because we sometimes just type simple titles or simple names like so:

"no mans sky"
(no results)

but when I click "containing... no mans sky"
then the results page displays and shows the video game correctly.

It seems this might be because of an indexing choice for the Quick Search input box?
(I know that Lucene-Solr can handle this for English input preference https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/tr/ApostropheFilterFactory.java )