I am using an autocomplete API with Amazon search as the endpoint (so too large/bottomless a dataset to make it a Data Thing).
Can I hook this URL JS endpoint up to a search box or input?
Thanks
I am using an autocomplete API with Amazon search as the endpoint (so too large/bottomless a dataset to make it a Data Thing).
Can I hook this URL JS endpoint up to a search box or input?
Thanks
I believe Bubble’s search field uses an index on a particular table so that may not work in this instance. That said, you can likely set a RG to display the list of API results that contain an input’s value (i.e., create your own autocomplete with an input and a RG that shows the suggested results). Should function just fine, but performance may be a challenge with this approach.
Hope this helps.