To fix SMS Search filtering for QT_VERSION_MAJOR < 6
Call filterRegExp as counterpart to setFixedFilterString on Qt 5. While filterRegularExpression exists (and explains how this could build and slip in), it returns an empty string as setting a fixed string internally uses the legacy QRegExp codepath.