How to enhance search box in Bubble.io?

Is there any option for me to write JavaScript for the Search Box in bubble.io?
Current isues:

  • when I search for an item, example “rice”:
    • a maximum of 10 suggestions are shown
      how can I increase the number of suggestions show in the search bar

    • the keyword “rice” is in the search box, I hit the Search button, no results appear on the page.
      How can I fix this?

Ideally, I’d like to code it from scratch in JavaScript.

Hey @mystreet

I don’t know about coding it from scratch in Javascript, but maybe that could help:

Have you tried changing this value in the Search Box config panel?
search-entries

You could have a look at this video to build a custom search feature. The Search & Autocomplete plugin allows you to display results by relevance on different fields

Hope that helps