We were getting complaints that searching through our Phabricator install was not straight forward in that you always needed to type words exactly as they appeared in a task's title, for example: "graphingcharts" will not match when searching for "charts".
Our install uses an elasticsearch instance for indexing and searching. As far as I understand, these kind of wildcard queries should be possible using elasticsearch?
See also: T6740: Put some kind of stemmer on the MySQL search index