A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
Go to file
Joshua T Flowers 7653859509 Update product searching to search by name or sku (https://github.com/woocommerce/woocommerce-admin/pull/1791)
* Add product search option REST API

* Remove join and where filters for wp_query after rest response

* Remove product_name search in favor of sku and name searching

* Allow searching for products to compare by product sku

* Search by product search term instead of generic search in autocompleter

* Trim whitespace on product_search query

* Override existing search param instead of new param

* Use double quotes to avoid escaping search query

* Unset s param instead of setting to false
2019-03-18 11:31:02 +08:00
plugins/woocommerce-admin Update product searching to search by name or sku (https://github.com/woocommerce/woocommerce-admin/pull/1791) 2019-03-18 11:31:02 +08:00