Backend Workflow Question

In my app, I want to search for items that are held in the data field List of Text. I am using the fuzzy search plugin which only allows you to search for Text. I am trying to figure out a backend work flow to convert the List of Text to Text so I can search it…please help!

For example, if there is a library with books and users add multiple tags to a book such as “summer” , “beach” , “pirates” the tags are stored as Lists of Text. I want to be able to pull each tag out so it is a text so that I am able to search for “beach”. I hope that makes sense.

1 Like

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