-
Notifications
You must be signed in to change notification settings - Fork 9
frontend: Search
Emilie Hester edited this page Mar 28, 2017
·
1 revision
General goal of search directive:
- When user types a string in the search bar, a drop-down menu autocompletes the string by providing a list of all categories and tags containing the user's string
- If user clicks on one of the options provided by the autocomplete drop-down list, a request is sent to the database for all resources with foreign keys matching queried chosen tag or category
- If user searchers for a string that's not in the set of categories or tags, no resources are loaded.