Skip to content

Commit 5a04728

Browse files
Update components/core/src/clp/GrepCore.hpp
Co-authored-by: kirkrodrigues <[email protected]>
1 parent 178ca04 commit 5a04728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/core/src/clp/GrepCore.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class GrepCore {
2626
/**
2727
* Processes a raw user query into a Query.
2828
*
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`.
29+
* NOTE: Callers are responsible for ensuring that the search string is "clean", where clean is
30+
* defined by the criteria in `clean_up_wildcard_search_string`.
3131
*
3232
* @tparam LogTypeDictionaryReaderType
3333
* @tparam VariableDictionaryReaderType

0 commit comments

Comments
 (0)