Can't search for substring that doesn't start at the beginning of the word
Open, NormalPublic

Description

If we have a string like ZHprivateTax, you can't search for privateTax, but only e.g. ZHpriv, because words are only matched from the beginning of words.

cmollekopf triaged this task as Normal priority.