Indexing

Get data into your index

You will have to run a scratch index to get data into your index. There are two ways to do that - using the back office or calling the API directly, using, e.g., Postman.

Scratch index using the back office

Go to Settings -> Search - rebuild index -> Click Rebuild index

Scratch index using the API

Send an empty POST request to the URL responsible for indexing:

https://YourStore:YourPort/ucommerce/api/v1/search

Last updated

Was this helpful?