I’m building my first bubble app. One of the tricky spots I am approaching now is in relation to a forum post I made on searching strings.
For example that I have a table of roughly 10k cryptocurrencies. I want to allow people to start typing into an input field: “Bitcoi” and it would lookup project names to help them autocomplete the field. Then ideally, it would allow them to bind another one, like tags ( multiselect list )
In another use case, I wanted to bind this type of system to a drop down. ( single item relationship )
In both cases, I want to create a relationship with the item, not the project name field
I found a plugin that seems to be ready to help but it indicates it is no longer maintained. Also I have found this plugin referenced in several tutorials now. Just an idea of place to take a look at. I have not tested it yet, still looking for options. This is the only one found so far.