Hello!
I have been scratching my head because of this one for a while, so I am making another attempt at a Community Post.
I have a Dataverse table that contains a single field. This field is a lookup field to my Business Central Item table. The field itself works great, I can use it in a form, display its data, and select items from the lookup. I can also search in it, but this is where my problem stems from:
As an example, I will search for items with the word "Schestowitz", just because I thought it was a fun word.
As you can see in the first example, I am searching for "Sche" with a capital S, and I am getting three results.
In the second example I am searching for "sche" with a lower case S, and I am not getting any results.
The same would be the case for every other word. I will only get results for items with the exact case I am searching for, and it is quite annoying.
Here are some more info about the Lookup field that might be relevant.
Is there any way to make it case insensitive?