Limit Product Types on Search Page
The search interface currently lists each product in the index as an available type by which the user may search. Many of these products do not make sense in this context and this list should be limited to only those that a user may wish to search by.
Steps to reproduce
- Visit: https://earthquake.usgs.gov/earthquakes/search/
- Expand "Advanced Options"
- Expand "Product Type"
Relevant code: https://code.usgs.gov/ghsc/hazdev/earthquake-event-ws/-/blob/master/src/htdocs/js/fdsn/FDSNSearchForm.js?ref_type=heads#L590-L591
Acceptance Criteria
Limit product type searches to the following types:
- Any (no filter)
- cap
- dyfi
- finite-fault
- focal-mechanism
- general-header
- general-text
- ground-failure
- impact-text
- losspager
- moment-tensor
- nearby-cities
- oaf
- origin
- phase-data
- poster
- scitech-text
- shakealert
- shakemap
- significance
Edited by Martinez, Eric M.