You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to highlight those markers on the map which correspond to the current search.
This will require factoring out the search process so that there's a single point of search aggregation (currently in SearchResults), which spawns two searches: one, paginated, for the search results, which returns everything required for displaying those, and one, not paginated, which returns everything the map needs.
The text was updated successfully, but these errors were encountered:
(part of #260, putting here for narrower scope).
We want to highlight those markers on the map which correspond to the current search.
This will require factoring out the search process so that there's a single point of search aggregation (currently in
SearchResults
), which spawns two searches: one, paginated, for the search results, which returns everything required for displaying those, and one, not paginated, which returns everything the map needs.The text was updated successfully, but these errors were encountered: