You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define an endpoint that will search the product database by keywords (These keywords will be gotten from the product name, price, and other attributes)
The endpoint should be paginated.
Product search is divided into two: buyer/visitor search and merchant search.
buyer/visitor search: this will search the entire product database for relevant matches. merchant search: this will search the product database by the currently logged-in merchantID for relevant matches.
BACKLOGS REFERENCE:
Search - Buyer
Search - Merchant
The text was updated successfully, but these errors were encountered:
Define an endpoint that will search the product database by keywords (These keywords will be gotten from the product name, price, and other attributes)
The endpoint should be paginated.
Product search is divided into two: buyer/visitor search and merchant search.
buyer/visitor search: this will search the entire product database for relevant matches.
merchant search: this will search the product database by the currently logged-in merchantID for relevant matches.
BACKLOGS REFERENCE:
The text was updated successfully, but these errors were encountered: