Symptom
When filtering Accounts, it is possible use the format "A;B" for the columns of the Object Worklist.
However this method is not working for the field City: the query returned is empty.
Environment
SAP HYBRIS CLOUD FOR CUSTOMER
Reproducing the Issue
For example, you wish to filter Accounts by the cities of Hamburg and Berlin:
-
Go to the Customers workcenter.
-
Go to the Accounts view.
-
Click on the city column header.
-
Type "Ber;Ham" in order to return Berlin and Hamburg city.
- Click Enter
Results: The query does not return the corresponding Accounts.
Cause
In Accounts, City is a field of type Text. It required the suggestion of the search value or part of this value with an asterisk.
Resolution
It is the expected system behaviour.
You will need to explicitly use the asterisk, like Berl*;Ham* , to find the related Accounts.
Keywords
Search with semicolon, ";". , KBA , LOD-CRM-ACC , Account , Problem