Bubble x Xano textbox to search

Hi - I am trying to use the xano api to have a typing box that then the API searches for matching phrases.

For instance if someone types my favorite players are Cal Ripken and Jabroni Raponi would return Cal Ripeb and Jabroni or I want to lose weight would return weight loss.

Xano has a built-in fuzzy search feature that makes this possible. To get started, you’ll need to create an index on your table, which will allow Xano to perform efficient searches. Once the index is set up, you can reference the user’s input in your query to retrieve all records that match or are similar to that input.
For more details, you can check out the relevant documentation here: Xano Fuzzy Search.

Yes, I know how to do it for one phrase, but not for a list of terms

I’m not really sure were your problem is, in bubble or in xano?