Which search operators can be used while searching content within SearchUnify?
-
Questions (Related)
- How to search code blocks and non-alphanumeric characters (such as _)?
- Without refreshing a page, how can I access the Advanced Search option when no results are found after an exact search?
Environment Production Reported product version Mamba '20 Resolved in version Mamba '20 Module Search Client, Advanced Search Details
PRIMARY: A search for “Web + Control” produces expected results but “Search for Web + Sqllll” generates results with only “Web” So
+
behaves asAND
in the first case andOR
in the second.Answer
PRIMARY: Prefix your search queries with a
#
while using the search operators, such asAND
andOR
.Please visit the link below to learn more about advanced Search: Use Advanced Search, which includes all the search operators available in SearchUnify.
Related
-
In order to search such strings we recommend you to use a wildcard search. If you are looking for the keyword “age_limit”, then the right way to search would be
# age?limit
. Other search operators are listed on Use Advanced Search -
You can use the Clear Filter option instead of refreshing the page in order to access the Advanced search option again.