Skip to content

Search and list feature #1

@kaustavdm

Description

@kaustavdm

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions