đŻ Goal
Enable users to write more powerful, precise, and targeted queries using search operators (booleans, quotes, wildcards).
This is especially useful in professional environments where keywords are:
Technical,
Ambiguous,
Or must appear in a very specific form.
đ§ Why Use Search Operators?
Because sometimes you need to:
Require multiple terms to appear
Exclude certain terms (noise or irrelevant content)
Search word variations (plural, conjugations, suffixesâŠ)
Target exact expressions (project names, locations, proceduresâŠ)
Thatâs where operators make the difference.
â Benefits
More accuracy â find what you're actually looking for, with less noise
Time savings â no need to open 20 documents to check
Combinatorial power â target specific projects, contexts, or technical constraints
Ideal for technical, legal, project, or RFP-related documents
đ Key Takeaway
Search operators turn Outmind into a high-performance enterprise search engine.
They help you retrieve very specific information, even buried deep in dense documentation.
âïž Operators Available in Outmind
1. đ Boolean Operators: AND, OR, NOT (or +, |, -)
Purpose | Syntax | Example |
All terms must appear |
|
|
At least one must appear |
| ` |
Exclude a term |
|
|
đ Note: +term
is equivalent to "term"
â it must be exactly that word.
2. âłïž Wildcards: * (prefix or suffix only)
Purpose | Syntax | Example |
Match word beginning |
|
|
Match word ending |
|
|
â ïž Limitations:
Wildcards do not work in the middle of a word:
a*magne
âIn boolean queries, place wildcards at the end:
â
+CCTP +PN1543 +portes +manuel*
â
+CCTP +PN1543 +manuel* +portes
3. đ§Ÿ Quotation Marks: "..."
to search exact phrases
Purpose | Syntax | Example |
Exact phrase search |
|
|
This helps avoid false positives where words appear separately or out of context.
đ Real-World Search Examples
Query | What it retrieves |
| Docs with the exact phrase âcoeur dĂ©fenseâ and the word âtraverseâ |
| Docs containing âepheâ but excluding âephemeresâ |
| Mentions of ethylene pricing |
| Precise results about detailed smoke vent duct plans |
| Discussions about Schneider-brand differential switches |
| Documents combining all three technical concepts |
| Targeting a specific site/project (double exact phrase) |
| A CCTP referring to project PN1543, doors, industry, and manuals |