v6.1 [Dec 19, 2017]
The new tokenization and query capability being introduced in 6.1 attempts to solve these issues and many others by doing the following:
• Add extra characters to the list of characters that should always be converted to white space and therefore never be considered a part of a token.
• Provide special handling to allow user to search for command line switches that start with a / character instead of blindly assuming this is a path character and converting all of those characters to spaces.
• Add additional tokens of file extensions to allow for searching of a simple file extensions in addition to entire command or file names.
• Add wildcard support to support non-leading ? and * characters in queries to search for a single character and multiple characters within a token respectively.