We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178ca04 commit 5a04728Copy full SHA for 5a04728
components/core/src/clp/GrepCore.hpp
@@ -26,8 +26,8 @@ class GrepCore {
26
/**
27
* Processes a raw user query into a Query.
28
*
29
- * Note: callers are responsible for ensuring that the search string does not contain repeated
30
- * wildcards "**" e.g. by using `clp::string_utils::clean_up_wildcard_search_string`.
+ * NOTE: Callers are responsible for ensuring that the search string is "clean", where clean is
+ * defined by the criteria in `clean_up_wildcard_search_string`.
31
32
* @tparam LogTypeDictionaryReaderType
33
* @tparam VariableDictionaryReaderType
0 commit comments