Hi @robgrafico, thank you for asking ??
Correct me if I’m wrong but you would like to disable the autocomplete dropdown on certain search inputs?
If so, you can simply copy/paste the ‘templates’ folder from the plugin into your theme, and rename it to ‘algolia’.
Then in the ‘yourtheme/algolia/autocomplete.php’ file you can change jQuery selector to exclude some inputs.
Let me know if that helps.
PS: We are also thinking about excluding a certain class by default so that you could simply add a class to inputs you don’t want live search on. Feel free to discuss it here: https://github.com/algolia/algoliasearch-wordpress/issues/334.