We will implement a feature that allows for users to view documents in the database that contain information matching a user supplied search tag.
Minimum Viable Product
Return documents from “documents.json” that contain json data matching user’s search tags. To be done using react select.
Extended Goals
Add flexible search options such as searching for one tag while NOT including documents containing a different tag, searching by multiple tags, etc. (AND, OR, NOT search functionality).
Implement an option to search for only a certain type (people, places, etc.)
We will implement a feature that allows for users to view documents in the database that contain information matching a user supplied search tag.
Minimum Viable Product
Extended Goals