BibleTime
|
Functions | |
QStringList | queryParser (QString const &queryString) |
static QRegularExpression const | spaceRegexp (spaceRegexpString) |
static auto const | spaceRegexpString (QStringLiteral(R"PCRE(\s+)PCRE")) |
QStringList CSwordModuleSearch::anonymous_namespace{cswordmodulesearch.cpp}::queryParser | ( | QString const & | queryString | ) |
This function does a terrible job of trying to parse a CLucene query string into a list of words (potentially containing the * or ? glob characters) for word highlighting purposes.
Definition at line 58 of file cswordmodulesearch.cpp.
|
static |
Referenced by CSwordModuleSearch::highlightSearchedText(), if(), and prepareSearchText().
|
static |
Referenced by if().