Fields

By default, when you run a search query, it is evaluated across all fields in the user database associated with the record types indexed by Lucene.

To search within a specific field, use the colon (:) separator between the field name and the search term.
Attention: Field names are case sensitive and must match the field names in the user database. For example, the query search Headline:business is not the same as the search headline:business.
Examples:
  • To search on the term business within the Headline field, use the following query:
    Headline:business
  • To search on the phrase business report within the Headline field, use the following query:
    Headline:"business report"