mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[hotfix] Product Search
This commit is contained in:
@@ -18,7 +18,7 @@ def get_product_list(search=None, start=0, limit=10):
|
|||||||
|
|
||||||
# search term condition
|
# search term condition
|
||||||
if search:
|
if search:
|
||||||
query += """and web_long_description like %(search)s
|
query += """ and (web_long_description like %(search)s
|
||||||
or description like %(search)s
|
or description like %(search)s
|
||||||
or item_name like %(search)s
|
or item_name like %(search)s
|
||||||
or name like %(search)s)"""
|
or name like %(search)s)"""
|
||||||
|
|||||||
Reference in New Issue
Block a user