Search
Overview
This is one of the core functionality of our app, there are three types of serach we perform.
- Visual search (upcoming)
- Allows users to search by uploading an image.
- Suggestion search (fuzzy search)
- Provides suggestions when user types something or when done typing
- Keyword Search
- Standard text-based search. When user selects a result from suggestion or after typing something they press enter/search.
The search functionality is implemented using either Google (upcoming), Bloomreach, or Algolia, depending on specific requirements and region.
Visual search

Suggestion search

Keyword search
