Searching with Coveo
Searching with Coveo
Coveo provides intelligent search, delivering the most relevant results possible from a potentially large amount of data. You can leverage the power of Coveo through a good use of all the tools and search features.
Your typical entry point is the search box, where you can enter a query relevant to the items you want to retrieve from the index. You must enter a query precise enough to find only the items you’re looking for, but not so precise that it leaves out items that may be useful to you. The documentation in this section covers the search operations a user can execute with Coveo.
Coveo provides an intelligent engine to delve into the Coveo unified index, which contains all the items you may need. The engine looks in the unified index for the keywords you type in the search box to find items containing these keywords.
When you send your query, it’s expanded with at least:
-
Words sharing the same stem as your keywords.
ExampleYou type in
performance
. The query that’s executed isperformance OR perform OR performances OR performed OR performer OR performing OR performs
. So, your search results are items that contain at least one occurrence ofperformance
,perform
,performances
,performed
,performer
,performing
, orperforms
. -
Synonyms of your keywords, if your system administrator defined any in the thesaurus.
ExampleThe administrator noticed in the usage analytics (UA) data that people were looking for
joker
but your item uses the termwildcard
. The administrator has then set the wordjoker
as a synonym ofwildcard
. You queryusing joker in Coveo
. The query that’s actually sent isusing joker OR wildcard in Coveo
. So, your search results are items that contain eitherjoker
orwildcard
along with your other keywords.
Security being a key feature in the Coveo Platform, the engine also checks the permission model for each item relevant to your search and only returns items you’re allowed to access. See Coveo management of security identities and item permissions for details.

You can also use several search operators and prefixes in the search box to either precise or broaden the search scope. See Search prefixes and operators, Query syntax, and Advanced field queries for details.
Query | Search results |
---|---|
|
Only returns items containing these exact keywords in the same order. Learn more |
|
Only returns items containing a term beginning with this alphanumerical sequence followed by one unknown character. Learn more |
|
Only returns items containing a term beginning with this alphanumerical sequence followed by any number of alphanumerical characters. Learn more |
|
Only returns items containing the |
|
Only returns items matching the |
|
Only returns items matching the |
|
Only returns items that contain keywords matching the logic specified by the operators ( |
You can also leverage wildcard characters in advanced field queries. If you have querying issues, see Troubleshoot Querying Issues for troubleshooting guidelines.