A full text search can be used in archive views to filter indexed documents by their content.
Archive view with full text search
You can use the following input to narrow down the search results of the full-text search:
Example |
Search result |
---|---|
JobRouter |
Documents that include the term JobRouter |
JobRouter Mannheim |
Documents that include the term JobRouter and/or the term Mannheim |
+JobRouter +Mannheim |
Documents, that include both the term JobRouter and the term Mannheim |
+JobRouter -Mannheim |
Documents that include the term JobRouter but not the term Mannheim |
"JobRouter Mannheim" |
Documents that include the term JobRouter Mannheim (Quote search) |
JobRout* |
Documents that begin with JobRout (Wildcard search) |
+"JobRouter Mannheim" -Work* |
Documents that include the term JobRouter Mannheim but no terms that begin with Work |
The wildcard search with * at the beginning or in the middle of the term (e.g. Job*Router or *Router) is not supported because of the excessive query run time.