How can I change the search for products to treat a space like Google does?
Right now, if your are filling in a field where a product belongs then whatever you type is used in a full-string search, as if you had used quotes in Google. How can I setup OpenERP so that the search behavior is like Google without quotes?
Suppose these products are defined:
- red blue yellow box
- red green yellow box
Suppose I'm filling a sales order and my cursor is in the product field. If I type "red yellow" then no products will be suggested in the drop down below the field. I could go to "Search More" to find what I'm looking for. Can I change a setting so that both products are immediately suggested below the product field on the sales order? This would mean that the space character is treated as the AND operator rather than as part of the search string. I imagine such a setting would have an effect throughout OpenERP wherever a field has a drop down below it with suggestions.