Full-text Search with Algolia

Configure Algolia Search (Optional)

The system has a built-in search functionality and pre-configured to enable full-text search. But if you’re a fan of Algolia, of course you can use your favorite search provider.

 

Info! Algolia is a premium service and may cost you to use the service! Check the Algolia site for more info.

 

To configure Algolia, you need the APP ID and SECRET KEY from Algolia. Head to your Algolia dashboard and go to the API keys section. You’ll find the API keys there. Now open the .env file and update these keys with your values.

.
.
.
ALGOLIA_APP_ID=YourApplicationID
ALGOLIA_SECRET=YourAdminAPIKey
.
.
.

You don’t have to do anything more. The application will take care of everything you need to index your data to Algolia.

 

 

Was this page helpful?

Leave Comment