Does CirrusSearch currently support partial word/ngram matching? So for example, the page name I am looking is PageName2017. When searching, I would like 'ame20' to match to this page as a suggestion. I dug into the AnalysisConfigBuilder.php file and it does not appear to support ngram tokenizing. I'm looking for some analyzer setting like this:
https://keyholesoftware.com/2015/11/02/anatomy-of-setting-up-an-elasticsearch-n-gram-word-analyzer/
If I just updated the analyzer settings in AnalysisConfigBuilder.php to include an ngram tokenizer and perhaps also a corresponding setting in MappingConfigBuilder.php, will partial word matching work in the search bar?