Hi all
I have a problem using the fantastic Fuzzy search and was hoping for a bit of help.
When my page loads I have arepeating group that is populated with users of a specific role and where in the database I have marked them as active.
I have a search field which is connected with the zqfuzzysearch component that when typed into changes the RG’s content to match whatever was typed in and of course retains the role and active status needed and this works fine.
I have a toggle switch that allows the user to change the contents of the RG so they can now see the ‘inactive’ users for the specific role set instead. This works fine and when the toggle is selected I reset zqfuzzysearch using their reset method.
However, when I now type into the search field nothing happens - I was expecting to be able to now search for records from the inactive users. It seems to never fire zqfuzzysearch a second time and I can’t figure out why.
When I hit the toggle again and go back to active users zqfuzzysearch is no longer fltering the view of the RG.
Any views?
Thanks
D