Search Repeating group

Hello,

I have an issue with my application. I would like to filter a repeating group of users with several fuzzy or other search filters. Let me explain: I would like to perform a search indicating that I am looking for “user’s first name” (user database) who is a “Bubble developer” (profession database) with “15 years” of experience (experience database). I hope this is clear?

Ideally, you can have a text field in your User table that stores the Profession name and Experience. Adding this field will consider this at the time of implementing a fuzzy search

Thank you very much!
I managed to solve my problem, but I have another one now. I am doing a job search by keywords, but I have to enter the entire word. I would like the filter to start from the first letter. For example, if I search for ‘developer’, I would like my repeating group to filter from the first letter. Do you have a solution?

Thank you!

Instead of a keyword, use the value itself. A more powerful implementation would be to use Fuzzy Search

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