Symptom
Searching for a term using the Global search and also Basic search, the behavior doesn't seem correct. It seems that you must disregard words containing apostrophe in order to get results.
Environment
SAP Cloud for Customer.
Reproducing the Issue
- Using the Search.
- Search for e.g. the term "Eddie's Smoke".
- You get ZERO (0) results.
- Try just “Smoke” and the system return some results.
Cause
Notice that there might be a discrepancy towards characters being used. E.g.:
- What is on the object:
’ = Right Single Quotation Mark
Unicode Decimal Code ’
- What is used in the search:
' = Apostrophe
Unicode Decimal Code '
Result: for example, the term "Eddie's Smoke" will not return values, but Eddie’s Smoke will.
Resolution
You can check via Dev tools (F12) for the response payload or the object itself at the system.
If the above scenario is founded, correct search pattern or the character that is being used to nominate the object.
Keywords
Search, Enterprise, Global, Basic, Recognize, Respond, Signs, Apostrophes, Characters, Quotation Marks. , KBA , LOD-CRM-ACC , Account , How To