Changes

Jump to navigation Jump to search
Line 3: Line 3:     
The search API is called by the app to retrieve a high number of generic search results (products) that match a query.
 
The search API is called by the app to retrieve a high number of generic search results (products) that match a query.
 +
 +
There are some choices we need to make:
 +
# '''How do we declare what kind of products we want to get back (matching)'''
 +
## Recommendation: by category + by keyword
 +
# '''Which of the matching products do we send back (ordering)'''
 +
## Recommendation: query-independent sort key based on product data completeness, data quality, product quality and product popularity
    
=== Match (required) ===
 
=== Match (required) ===

Navigation menu