Hello
I’m working on search functionality and using ZQ Fuzzy Search. I’ve managed to display results in a repeating group based on the value of an input field. I wanted to expand the search’s functionality by adding more fields. However, I noticed the plugin does not show all the fields I’ve created in my database.
All the fields from the datatype that I’m trying to parse:
Fields that ZQ Fuzzy Search allows me to parse:
I’ve tried to find a connection between the selection of fields I’m able to choose from and the type of field (text, image, number, etc.). I noticed that the available types are all text, an image, or a unique ID. Numbers and dates are not listed. Does anyone know if the plugin just doesn’t allow you to search those fields? I checked the documentation, but there’s no mention of any kind of limitation.
Hope someone is able to help. Thanks