Search bar - NEU-DSG/Leaflet-core GitHub Wiki

The map component should contain a search bar so users can search for certain works of art. The following are the requirements for the search bar:

  • The search bar should function as a free text search of the following fields from the data: title, creator, description, depicts, commemorates, street address, inception date...
  • Search should filter results along with the checked facets. For example, if a user searches “Nelson Mandela,” the results for that should be ANDed with the checked facets. If the checked facets were "Mural" and "Sculpture" for Type of art, and "1990-1999" and "2000-2009" for Date, the results should filter like this: ((Search=”Nelson Mandela”) AND (Type of art = “Mural” OR “Sculpture”) AND (Date = “1990-1999” OR “2000-2009”))