-
Notifications
You must be signed in to change notification settings - Fork 13
Add text search results to search sidebar #209
Comments
Labeled as a question because I am not sure we want to carry this behavior forward. As of now we have implemented text searching as just another filter that combines with the dropdown list selections to narrow the search results. @katieashaw and @nataliegrillon, is having the text filter behave differently a desired feature? |
Coming back on a few points in this thread, to be certain I've understood correctly:
@nataliegrillon Jump into add any nuance / Qs you may have! |
- add an order_by('name') clause to the queryset in all_contributors to sort the results so they'll display alphabetically by name in the client Connects #209
I created #244 for restoring the map zoom interactions. Seems like we should also make the map zoom to the marker when the user visits |
Overview
The prior UI had a way to list search results in text in the search sidebar:
We should recreate a similar functionality.
Describe the solution you'd like
List search results in text form in the search sidebar somehow. This could involve adding a new tab to that sidebar or adding the list beneath the existing search bar.
Each facility name should use a react router
Link
tag to link to/facilities/:id
where:id
is the facility'soar_id
.The text was updated successfully, but these errors were encountered: