-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
We need a search implemented for the marketplace, which will search through existing apps. The implementation needs to be done in stages:
- Stage 1: Use simple queries in Mongo to fetch the data and directly show it on page.
- Stage 2: Use Redis to cache the queries and fallback to Mongo only if query has not been cached yet.
- Stage 3: Implement Elastic Search.
Search can be triggered through a small search box on page. Search should also have its a dedicated field with advanced search options at /search.