Hi,
If I have two users with the following job title:
User 1: "Leder"
User 2: "Akademiingenoer"
…then this search will only return one of them (user 2):
@cm\:jobtitle:"de" OR @cm\:jobtitle:"*de" OR @cm\:jobtitle:"de*" OR @cm\:jobtitle:"*de*"
I'm using the search.luceneSearch(search_string) method in the search API.
Any suggestions as to why that is?
If not, any suggestions as to how I can debug this to learn more about the reasons for this?