Adaptive Search

Sales and Fusion Service REST API supports Adaptive Search, which allows for a faster and more organized search, and grants the user the ability to save their searches for future reference. Adaptive Search can be managed using REST calls. This page lists and explains the actions that you can perform using Adaptive Search REST calls. Setup Assistant enables the Adaptive Search configuration provided by Oracle for the objects that you selected. For more information about the actions that Setup Assistant performs for you, see Setup Assistant and Search.

By default, Adaptive Search is configured for keyword search on all the important fields. However, you can make additional fields searchable both in Digital Sales UIs and in CX Sales UIs, including global search and Workspace. For more information about enabling objects and attributes for Adaptive Search, see Make Additional Fields Searchable.

Note:

When working with custom objects, you must run the process Index Active Meta Model Version to refresh the data available for Adaptive Search. You can schedule the process to run periodically to ensure the latest meta model is available for Adaptive Search.

Accessing the root of the Adaptive search REST service, using the following request URL, provides the following information.

URI: https://servername.fa.us2.oraclecloud.com/crmRestApi/searchResources/latest

Link Description Example
Self Link Adaptive search link that returns the current object <servername>/crmRestApi/searchResources/11.13.18.05/
Canonical Link   <servername>/crmRestApi/searchResources/11.13.18.05/
Child link to meta models Adaptive search link that returns all the metamodels in the Adaptive search object <servername>/crmRestApi/searchResources/11.13.18.05/metaModels
Child link to the current active meta model Adaptive search link that returns the current active metamodel <servername>/crmRestApi/searchResources/11.13.18.05/entities?metaModelUuid=2a60d7ec-ec07-41c3-a64a-78f04068d010
Child link to search operators Adaptive search link that returns all the search operators in the Adaptive search object <servername>/crmRestApi/searchResources/11.13.18.05/searchOperators
Date buckets Adaptive search link that returns the available date buckets <servername>/crmRestApi/searchResources/11.13.18.05/dateBuckets