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
The response from the url/view search_results includes a property geometries for each hit; given that the map doesn't actually show geometries but instead shows points, if there were a "points_only" argument that could be passed to search_results then both the query and the responseJSON would be faster. Presumably export would necessitate that geometries are included. Without geometries in the response payload, the map filter still functions as normal.
Acceptance Criteria
Unit Tests passed
Documentation
Definition of Done
Ticket Background
Sponsored by:
Suggested by: @
Designed by: @
The text was updated successfully, but these errors were encountered:
User Story
The response from the url/view
search_results
includes a propertygeometries
for each hit; given that the map doesn't actually show geometries but instead shows points, if there were a "points_only" argument that could be passed tosearch_results
then both the query and the responseJSON would be faster. Presumably export would necessitate that geometries are included. Without geometries in the response payload, the map filter still functions as normal.Acceptance Criteria
Definition of Done
Ticket Background
The text was updated successfully, but these errors were encountered: