Hi Vasile
Thank you for your assistance and your time, I really appreciate it!
Here is in detail my situation of my bubble-app:
- I have an index-page with a search bar, where I can enter a company name that I would like to search for.
- Once I have entered the company name and hit enter, I send the parameter (data entered) via page URL to a new page that is called “company search”.
- On the new page “company search”, I see again a search bar with the parameter sent via page URL and a repeating group with all the company name search results
Here is the desired functionality:
- A user can enter a search expression on the index-page and hit enter to search for it.
- When hitting enter, the page “company search” is opened and the searched expression is placed in the input field “search” on that page.
- This triggers the fuzzy search, that is linked to the repeating group that shows on page load the search results for the expression in the search field (transferred via page URL).
- When changing the expression in the search box (eg: enter a new company name to search for), the new search results are loaded with the fuzzy search.
For me, fuzzy search works great when I enter a new expression in the search box on the page “company search” but no search results are shown upon loading the page, even though there is an expression inside the search box (loaded via page URL):
However, if I change a letter in the search, then fuzzy search triggers and it shows the search results perfectly.
I have tried your suggestion to change the fuzzy_search settings to enable the “text to match” to equal the searh expression from the page URL and disabling the “set text to match from an input box” but the search does not trigger (the Key name matches). This problem matches the explanation of Serg that the fuzzy search is only triggered on letter typing.
I believe this is a very common feature on established websites where an index page contains a search bar and when triggering a search, the user is being sent to a results page, where the search can be modified in a new search box.
Do you see any fix for my issue? Any help is greatly appreciated.
Thank you and best regards,
Luca