Unique case sensitive input check condition

Hi Everyone,

I have built an input checker element with the condition to search data field for duplicates and show to the user that chosen input text already exists so that they can choose a unique name.

The conditions applied to element and workflow are working fine, but it ignores case sensitive inputs.

Have tried adding another constraint to check uppercase, lowercase and capitalized as conditions, but it doesn’t seem to be working.

Screenshots to help you understand-


Your guidance would be really helpful :slight_smile:

Hey @robbin,

This is an age-old issue on Bubble; there are several things you can do to help mitigate this issue, but nothing by Bubble for searching where case sensitive letters do not matter to my knowledge.

Firstly, when you store items, you can store them in uppercase or lowercase. If you have to display the data and its a name, for example, this may look silly, so you can try the next option.

A search box can provide the user with prompts while disregarding the case type.

The search input will return
Capture

Next, we can use contains keyword(s):

Using this will return a match no matter if the input is capitalized or not.


For more in-depth help, book your free 30-minute Bubble coaching session today New Horizon Code.

This topic was automatically closed after 70 days. New replies are no longer allowed.