Okay, this is caused by the () or [] being interpreted as QRegularExpression special characters instead of normal characters. But since QRegularExpressions are also used to build indexes, we have to be careful how we fix this without breaking things.
Thank you for your bug report, and testcase.
|