New features and functionality
With the new indexing properties in the Algolia Search service, you can now enjoy the flexibility of indexing all of your products: published, unpublished, or both. Read on to learn about the latest enhancements to the Algolia Search service.
Enable indexing of all products or products by publication status
A new feature in the Algolia Search service allows you to index published products, unpublished products, or all of your products, both published and unpublished.
Use the new endpoint /{tenant}/project/configuration/indexing
to specify an indexing method in the Algolia Search service. Now you can manage indexing with help of these properties:
- activePublishedProductIndexing: If set to
true
, this property enables indexing of published products. If set tofalse
, the property disables indexing of published products. - activeNonPublishedProductIndexing: If set to
true
, this property enables indexing of non-published products. If set tofalse
, the property disables indexing of non-published products.
The active property, which enables indexing of published products only, is still available but is deprecated and scheduled to be removed entirely in an upcoming version of the Algolia Search service.
Search both for published and unpublished products with new search credentials
The updated search feature changes the way the searchKey works and introduces an additional backofficeSearchKey.
- Previously, the searchKey property searched for all indexed products, but only published products were indexed. Because you can now index both published and unpublished products, the new searchKey property searches for published products only, and ignores unpublished products. Make sure you remove any old keys and generate a new searchKey to use this feature properly.
- To search for all products, both published and unpublished, use the backofficeSearchKey.
If you find any information that is unclear or incorrect, please let us know so that we can improve the Dev Portal content.
Use our private help channel. Receive updates over email and contact our specialists directly.
If you need more information about this topic, visit hybris Experts to post your own question and interact with our community and experts.