How do I keep button click from displaying entire database in repeater

@support89073 Set the searchButton to disabled as the default in the element’s settings panel. Use the TextInput onInput() function of the searchbar to set the searchButton to enabled if it contains a string, and disabled if it is empty.