Symptom
How does the "Any" operator work when searching for entities in the Learning Administration site?
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Learning
Reproducing the Issue
As an administrator, perform a search in the LMS. For example, perform an item search and use the "ANY" operator:
Resolution
The Any operator searches for multiple strings separated by a comma. For example, searching for item ID "123, ABC" using the Any operator will return items with the ID of "123" or "ABC".
Please note: The Any operator does not take into account spaces, hence "123, ABC" and "123 ,ABC" will return the same results. This also means that items with ID of "123 " or " 123" would be ignored, since the Any operator treats spaces as not part of the searched string.
Keywords
any operator trailing space id , KBA , LOD-SF-LMS-ADM , System Admin, Global Variables, References , LOD-SF-LMS-COR , LMS Core - Items, Catalog, Curricula , How To