NYU-DevOps-Charlie-CSCI-GA-3033-013 / products

Product Team for CSCI-GA.3033-013
http://nyu-lab-bluemix-charlie-products.mybluemix.net/
1 stars 1 forks source link

Search key by description and name #18

Closed mansivirani closed 7 years ago

mansivirani commented 7 years ago

Keyword searching by the attributes description/name/category from the schema.

ephraimrosenfeld commented 7 years ago

Example: GET /products?search=abc

Should return a product whose name, description, and category contain this keyword.

ephraimrosenfeld commented 7 years ago

This functionality will be covered as a result of the changes in https://github.com/NYU-DevOps-Charlie-CSCI-GA-3033-013/products/issues/27.

This issue can therefore be closed.