Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit search radius for address search / coordinate search against gc.com (to allow for meaningful sorting by other criterias e.g. favorite points) #15696

Open
eddiemuc opened this issue May 5, 2024 · 0 comments
Labels
Feature Request A request for a new feature/function Support Issue related to one or more Support Tickets

Comments

@eddiemuc
Copy link
Contributor

eddiemuc commented May 5, 2024

Ticket #520453
c:geo version 2024.04.25

Current situation

When performing an address search or a coordinate search against gc.com, c:geo by default delivers the nearest 200 finds to the user. However, this is only as long as the user sorts the results by distance (the default setting).

If user changes sort to e.g. sort by favorite points, she will NOT get the same results as before sorted by favorite points but a different set of caches (sorted by favorite points). This is because c:geo sends hard-coded to search within a 16km radius of the given coordinate. So user will get 200 results within that radius around the coordinate with highest favorite points

(Note to the @cgeo/team : I finally found out what the search parameter rad=16000 means - it is the search raduis of course :-))

Wanted behaviour

It would be good if the user could adjust the search radius according to her own needs. The same is possible on the gc.com website. I suggest to add radius fields to the "coordinate" and "address" search in our "online search" activity for this, prefilled with the value "16".

Alternative

User could add an advanced "distance" filter on top of her search and restrict distance with this. However, this only works for coordinates and is quite cumbersome.

@eddiemuc eddiemuc added Feature Request A request for a new feature/function Support Issue related to one or more Support Tickets labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A request for a new feature/function Support Issue related to one or more Support Tickets
Projects
None yet
Development

No branches or pull requests

1 participant