I am trying to make a search bar where the user can snap to the last name (Parker, for example), by typing parker OR Parker. This actually works when the user types parker but not Parker. It’s obviously a case issue, but I seem to have met a roadblock getting the Parker (capital P) to find Parker. Here are a few screenshots. Thanks in advance.
Hey @Danimal ![]()
I can see how that can be an issue. Usually, to fix this you could save another field as all CAPS or all lowercase. Then use this field to check. Then you can compare the same always without worrying how they type it in.
You can also use something like fuzzy search to get an even better result. Just depends on what you are trying to do exactly. Although, i don’t think this is available as a plugin on the Mobile editor yet.
Hope that helps a bit. ![]()
ok so probably just need to maybe add a field to DB - ill try that route. thanks!
Yeah, that’s what I would do. ![]()

