Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search and list feature #1

Open
kaustavdm opened this issue Jun 23, 2014 · 0 comments
Open

Search and list feature #1

kaustavdm opened this issue Jun 23, 2014 · 0 comments

Comments

@kaustavdm
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant