Hi Chuck
This possible feature is my own understanding and translation of various requests around this topic.
For instance :
http://modxcms.com/forums/index.php/topic,5357.msg140028.html#msg140028
This offer concerns languages with the advanced system of suffixes and the terminations of words. For example, Russian. It is required to process search terms (from search inquiry) before search process for this purpose.
There are special algorithms. See for example http://snowball.tartarus.org/algorithms/russian/stemmer.html . The stem-algorithm is not required to be built in MODx. It is required to make stab-function for a call of preliminary processing which the user will specify independently.
In this case, a pre-processing of the input search term could be the solution for Russian. But as it’s nevertheless specific, it should be a user function, usable by web site developper.
http://modxcms.com/forums/index.php/topic,21047.msg131739.html#msg131739
One of the features it could offer is the ability to strip tags specified by strings pairs. For example [!AjaxSearch? &strip=`[[,]],[!,!],<,>`!] but also the option to perform a search and replace on the content. For example [!AjaxSearch? &replace=`[t~, `!] (replace "[t~" with a space) which would solve my issue.
Here, we are interested to provide a post-processing function to avoid the removing of some tags.