Please allow us to check the “Fields to search” option within the plugin’s code. We will do our best to revert with an update at the nearest time.
But until then, you can place the Text Elements within your RG, and indicate the Data Source for each element (like name, class, type and etc.):
The fields have now appeared, it was a bubble problem, the substitution of elements also did not work. After reporting to the bubble team my case is now solved.
sorry to add a new topic but I really don’t understand why my Fuzzy Search & Autocomplete doesn’t find any result even when I simplify all the conditions.
You said that could come from the privicy rules? I see only that as a reason but even when every rules allows all fields in search it still doesn’t work, the fuzzy Search & Autocomplete element doesn’t find anything.
Could you help me?
Please note that you need to set Text to match or to use matching from the input ( by adding the ID and enabling the mentioned checkbox) in order to receive the results.
Try it and let us know about your result.
Best regards,
Zeroqode Support team
Hi, yes I saw this mistake after posting (I tried to delete and re-add the element and forgot to check the box) but it doesn’t change anything, there is still no match.
I really don’t understand because on an other app I tried the same config and it works…
Due to the fact that we have some additional questions regarding your settings, can you please add our Support Team email to the list of collaborators to your application and provide us a link to your application? This will allow us to check your settings and run some tests to fix the mentioned problem.
To add our Support Team as a collaborator, you need to do the following steps in the Bubble Editor:
We have analyzed your application and was defined that the plugin library is not loaded correctly within your application.
Thus, we kindly ask you to delete the plugin (and all related elements) from your application and configure it from the beginning.
In case you will encounter the same issue, please let us know and we will reach the Bubble Support team with the bug report.
Looking to hearing from you soon.
Best regards,
Zeroqode Support Team
hi @9279093,
yes I tried many times but it doesn’t work on this project (it works on others) and I can’t figure out why. But I have other plugins that work on this project.
Can you please let us know if you are using the ZQ Fuzzy Search&Autocorrect plugin?
If yes and it is not working in your app on any page, please share with us screenshots of your current settings for : input, RG and plugin’s element.
It will help us to verify your settings and help you with the fixing this error.
Looking to hearing from you soon.
Best regards,
Zeroqode Support Team
Also I’m using some other plugins (“Listshifter” and “Classify”), but they don’t work correctly as well (However it worked a few days ago). Although I tried these plugins with the same functinality on an other app and it worked.
So please help me to understand the issue and solve it.
Our developer team investigated the issue, faced in your application and concluded that another plugin already installed in your application is causing this error:
Hello @ZeroqodeSupport - I hope this issue belongs on this thread. My apologies if it doesn’t, but I am facing a challenge that I am sure you can help resolve.
I am working on a filing app. It has Items which belong to Folders. Each folder has an item_list showing all the items belonging to it; each Item has a folder_list that contains all the folders it belongs to. I am working on a feature that allows users to, when viewing an item, add more folders to it. I am using ZQ Fuzzy Search as follows:
I have an input box, a ZQ Fuzzy Search element, and a RG. When the input box is empty, the RG’s data source is all the user’s folder (except those that are already added to the item). When the input is not empty, the RG’s data source is ZQ Fuzzy Search’s matches based on what’s been entered in the input element. But it doesn’t work, surprisingly because the setup works elsewhere in my app.
I have checked the element ID. It is correct. I have deleted and readded the elements. It doesn’t help. However, when I switch from using ‘Set Text to Match from an Input Box’ to ‘Text to Match’ and insert dynamic data pointing to the same input’s value, it works. This is however painfully slow.
It is quite probable that this weird behaviour is all my doing - I actually hope it is as that would be easier to resolve - but I have checked all places I can think of. Below are screenshots of my setup.
It is worth noting that the items that the user can edit are themselves in a RG. This means that while I have one input element linked to one ZQ Fuzzy Search element, when the page renders there are multiple input elements and ZQ Fuzzy Search elements (one pair for every item displayed). This is the main difference with the other implementation (which works) in my app. I don’t know if this has the potential to cause trouble.
Anything I’m missing? Thanks for your help with this!