Changes

Jump to navigation Jump to search
Line 9: Line 9:  
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.
    +
<div style="background-color:#ddddff;border:1px solid black;padding:1em">
 
There are some choices we need to make:
 
There are some choices we need to make:
 
# '''How do we declare what kind of products we want to get back (matching)'''
 
# '''How do we declare what kind of products we want to get back (matching)'''
Line 14: Line 15:  
# '''Which of the matching products do we send back (ordering)'''
 
# '''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
 
## Recommendation: query-independent sort key based on product data completeness, data quality, product quality and product popularity
 +
</div>
    
=== Match (required) ===
 
=== Match (required) ===

Navigation menu