Support for the Search Configuration REST API
Note: This feature is being rolled out in phases. It may not be available in your organization yet, but will appear once your environment receives the update.
Sitecore Marketplace apps with access to the SitecoreAI APIs can now interact with the new Search Configuration REST API.
The Search Configuration REST API lets you retrieve the configuration for your SitecoreAI search sources. This configuration defines how content items are indexed and made searchable. For example, which fields you can search against, which fields you can use for filtering, and what data will be returned in search results.
Marketplace SDK version 0.4
Version 0.4 of the Marketplace SDK introduces the following changes:
Support for the Search Configuration REST API. See how to make a request to this API.
New namespaces:
xmc.sitesfor all queries and mutations related to the SitecoreAI Sites REST API.xmc.pagesfor all queries and mutations related to the SitecoreAI Pages REST API.
Deprecated namespaces:
xmc.xmappsis now deprecated and will be removed from the SDK in a future release. Use the newxmc.sitesandxmc.pagesnamespaces instead.