I am not so sure this has been reported before, as there are a few similar but not exact posts.

I have the latest releases of G-Map and Locations installed. During node creation, my users can geocode lat/long on the node, where a google map appears. However, while searching by lat/long, my users receive all results, not the results specified by that user (or an empty query answer).

If you'd like to see this in action, check http://postyourtest.com/tests .
Taxonomy searches work fine, its just the lat/long search that needs honing.

Thank you for any information!

Comments

bdragon’s picture

Assigned: Unassigned » bdragon

Investigating. I have a hunch.

bdragon’s picture

Could I get a dump of your view?

bdragon’s picture

Ahh, I was just able to reproduce by making the filter optional. Continuing my investigation.

bdragon’s picture

Version: 5.x-3.0-rc1 » 6.x-3.x-dev
Status: Active » Fixed

Should be fixed now.
http://drupal.org/cvs?commit=146657

The problem was related to misnamed fields -- views wasn't realizing that the filter had been filled in by the user, as it was looking for the filter0 key, instead of latitude and longitude.

Turkish Delight’s picture

I hate to ask this, but I swear I posted this under a 5x bug-fix. Is this also fixed for the new release candidate for location-5?
Thank you for the fix and the clarification!

bdragon’s picture

Version: 6.x-3.x-dev » 5.x-3.x-dev

err, whoops, hit the wrong one. Yes, it's a 5.x bug fix.

bdragon’s picture

And no, it's not in the RC, I will likely roll a new one later today though.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.