erpcya / adempiere

ADempiere Business Suite ERP/CRM/MFG/SCM/POS done the Bazaar way in an open and unabated fashion. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.
www.adempiere.net
GNU General Public License v2.0
2 stars 5 forks source link

Fixing search of products with blank space in the string #6

Closed rcapecce closed 5 years ago

rcapecce commented 5 years ago

In the method CPOS.getQueryProduct, it filters with SQL using the like an replacing the blank space with "%" (line 2324) but when refresh the combo in the method AutoComplete.refresh (line 132) the code filters with the java string.contains. This cause that in the first place, the string "tech 21" with the like is equals to "tech21", but in the second place, both "tech 21" and "tech21" are not equals, this fail in the product suggestion box selecting an incorrect product