ucsb-cs56-w20 / mapache-search

https://mapache-search-qa.herokuapp.com/
2 stars 3 forks source link

Add functionality for dropdown search bar #275

Closed jay-red closed 4 years ago

jay-red commented 4 years ago

The search bar on the tag dropdown is currently just for show. We must update it to actually filter the existing tags.

jay-red commented 4 years ago

To accomplish this, we will modify the static results.js file with JQuery queries for selecting all of the search bar dropdowns on the page and using a loop to check if the value of the search matches the beginning of the item names.