Use Advanced Search
Refine your searches with search operators and the advanced search filter to get relevant results faster.
SearchUnify provides three Boolean operators, an exact match capability, and two wildcards—for terms and characters.
Example Search Query
The query [# content NOT source]
finds all documents that have the keyword content
but don't have the keyword source
.
NOTE.
An operator works on the word following it. To use an operator on a phrase (more than one word), either enclose the phrase in double quotes or use parenthesis. Examples:
Advanced Search Query | Returns Documents with Terms | Returns Documents without Terms |
[salesforce NOT "search engine"]
|
salesforce | "search engine" |
[salesforce NOT search engine
|
salesforce | search |
engine | ||
salesforce NOT (search AND engine) | salesforce | search |
engine |
Search Operators
AND or &&
Returns documents containing the terms or phrases on the left and right of AND
. The operator is interchangeable with &&
. Although AND
is used in the examples, you can swap it with &&
without impacting search.
Examples:
[# content AND source AND DYNAMICS]
(Find documents that have all three keywords in them:content
,source
, anddynamics
, irrespective of the order. Case has no impact on search.DYNAMICS
,dynamics
,Dynamics
, anddYNaMiCs
are all processed identically.)[# "content source" AND dynamics]
(Find documents that have the phrasecontent source
and the keyworddynamics
.) A second way to run a phrase search is to use parenthesis.(content source) AND dynamics
finds all the documents that have the phrasecontent source
and the keyworddynamics
.[# content source AND dynamics]
(Find documents that have the keywordsource
and the keyworddynamics
.)[# content source AND dynamics client]
(Find documents that have two keywords. The first is eithercontent
orsource
and the second is eitherdynamics
orclient
.)
OR or ||
Finds documents containing either of the terms or phrases around OR
. The operator is interchangeable with ||
. Although OR
is used in the examples, you can swap it with ||
without impacting search.
[# searchunify OR su OR SFY]
(Find documents that at least one of these three keywords:searchunify
,su
, andSFY
.)OR
can be clubbed withAND
for complex queries, such asblog AND (searchunify OR su)
returns documents which haveblog
and eithersearchunify
orsu
. SearchUnify processes uppercase and lowercase words in the same manner, so there is no difference betweenSFY
,sfy
, andSFy
.
[# "content source" OR dynamics]
(Find documents that have the phrasecontent source
or the keyworddynamics
or both.) A second way to run a phrase search is to use parenthesis.(content source) OR dynamics
finds all the documents that have either the phrasecontent source
or the keyworddynamics
or both.[# content source OR dynamics]
(Find documents that have either a keyword fromcontent
andsource
or the keyworddynamics
.)[# content source AND dynamics client]
(Find documents that either of two keywords. The first is eithercontent
orsource
and the second is eitherdynamics
orclient
.)
NOT or - or !
Excludes documents that contain the term or phrase followed by NOT
. The operator is interchangeable with -
and !
. Although NOT
is used in the examples, you can swap it with -
or !
without impacting search.
[# Release NOT Mamba]
or[# Release NOT Mamba]
finds documents that have the keywordRelease
but not the keywordMamba
.[# Salesforce Service NOT Console]
finds documents that have eitherSalesforce
andService
but notConsole
. However,Console NOT (Salesforce Service)
finds documents but notService Services
. Keywords between double quotes and parenthesis are considered as exact phrases.[# Salesforce NOT Services NOT Console]
finds documents thatSalesforce
but neither ofServices
andConsole
.
" "
Double quotes are used to look up phrases as they are.
[# "install searchunify"]
finds documents that have the phraseinstall searchunify
in that specific order. A document with only the phrasesearchunify install
is not returned.
? and *
The question mark is a placeholder for a character and the asterisk for a phrase.
# a?l
finds documents with three letter words whose first letter isA
and the last letter isL
. The second letter can be any letter or number. Therefore, each of the following keywords matchall
,awl
, andAOL
.# search*
finds documents with keywords that have search in them. Whensearch*
is run, documents with the keywords, such assearches
,searching
, andsearched
, are returned.
+
Limits the search to documents that contain the term or phrase following +
.
# mamba +23
(Find documents that necessarily have the keyword "23", along with "mamba".)
#
Turn off synonym search. Assume that "tool" and "machine" are synonyms in an instance. In the first example, looking up "tool" brings results contain "tool" and its synonym "machine."
Prefixing a query with an octothorpe turns on synonym search.
Advanced Search Form
The most frequently used operators have been added to Advanced Search.
- Run a search.
- Use the search drop down to refine your query. Three options are available:
- With the Exact Phrase. The query will be searched as it is. A search for "recognise" will not find the documents with the spelling "recognize." This option doesn't affect queries in language such as Chinese and English where words don't decline that much, but in languages such as Russian and Korean, the results can be significantly different.
- With One or More Words. All the documents containing even one word from the multiword query will be returned. "fast food" will return documents containing the terms "fast", "food", and "fast food."
- Without the Words. The documents containing the query will be excluded. This is equivalent to adding a hyphen in front of a query in the search box.
fast -food
find all documents with a mention of "fast" but without "food." - With the wildcard search. In the all the examples in the Search Operators section, advanced search queries start with an #. This field offers a way to run advanced searches without using #. Write your advanced search expression in the fourth field to use it.
As long as you see can see Wildcard search label on the search box, you can run advanced searches without a #. To turn off the Wildcard search mode, either remove the label by clicking on the cross button or append a # to your search.
Although a user can run advanced searches with or without a #, in the search analysis reports, advanced searches are always with a #.
Other Features
Here are more features available on a search results page.
Open Results in New Tab
Results open in a new tab when the left mouse button is pressed and released. To open a result in a new background tab, press the mouse wheel. Right clicking on a result shows the browser menu.
Results Per Page
View up to 25 results right on the first search page, up from the default 10. Scroll down to find Results Per Page and select from 10, 15, 20, or 25. The settings will be saved in session history. It means that you will see the preferred number of results during the entire session.
To return to the default number, start a new session. The setting is available on all search clients and works on all devices. You have already seen Results Per Page on desktops. The next images show how Results Per Page looks like on mobile devices and in Salesforce Console.
Facet Search
Facets are a great way to narrow the scope of your search. If you cannot find a facet value immediately, use the . It's especially useful if the platform you are exploring is large.
Search Terminology
- Term: A string delimited by space characters.
- Phrase: An array of terms.
- File: A Microsoft Word document, PDF, webpage, image alt-text, issue, ticket, meta data, or any piece of content that can be crawled and indexed.