mrvautin / expressCart

A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
https://expresscart-demo.markmoffat.com
MIT License
2.25k stars 879 forks source link

fix search logic #277

Open wabdavaloper opened 1 year ago

wabdavaloper commented 1 year ago

Now the search for products occurs as a search for a substring in a string, and not by the occurrence of a word in the product name

wabdavaloper commented 1 year ago

fix https://github.com/mrvautin/expressCart/issues/276