The current search functionality is limited and it is implemented natively using Django. It can be replaced by more intituative Algolia search.
Steps involved:
- Create an API key with Algolia
- Implement changes in django models to allow data indexing.
- Implement Search in the frontend using Algolia recommended javascript.
The current search functionality is limited and it is implemented natively using Django. It can be replaced by more intituative Algolia search.
Steps involved: