midas-isg / ls

Apollo location service
Other
2 stars 0 forks source link

UI search by name #93

Closed Amin-Tajgardoon closed 7 years ago

Amin-Tajgardoon commented 7 years ago

To improve the response time, add "bbox" and "repPoint" to "excludedFeatureFields".

TerenceSperringerJr commented 7 years ago

I originally left those in because I was toying with the idea of showing locations based on rep point (honing in on said locations using the bounding box). Geometries were way too massive and varied to pull up for general searches but bounding boxes and rep points were consistently three lat/long coordinates. Omitting these coordinates would improve the response time slightly for larger responses but the difference would be negligible for responses with fewer results.

TerenceSperringerJr commented 7 years ago

TODO: Use AND when user selects exact-term box suggestions

Resolved in front-end-updates branch