I would like to search for an organization with Id or field value that is incomplete. I.e. I want to do something like this in SQL “WHERE Id LIKE ‘%12345’”. Is this possible?
It doesn’t seem to work with the OrganizationService, it needs an exact match on Id.
Lucene have no indexes for Organizations.
DataService has “eq” and “neq” as comparisons.
Am I missing something?
Great, I will try it out. Are these options documented anywhere, because I couldn’t find more than “eq” and “neq”? I’m fully aware of the performance hit, it takes ~8 sec to get 8k organizations.