From the docs:
has_location Optional int (0 or 1) Only include posts containing geo coordinates, i.e., tagged with the net.app.core.location annotation
I've tried a bunch of queries with this parameter and I can never get any posts to be returned. Furthermore, I cannot find any documentation on the net.app.core.location annotation.
I was guessing that this might have been a typo and that the param is actually has_geolocation, but that doesn't seem to work either. So perhaps your server recognizes has_location, and then literally does look for that net.app.core.location annotation, which always yields 0 results because no such annotation exists on any posts?
From the docs:
I've tried a bunch of queries with this parameter and I can never get any posts to be returned. Furthermore, I cannot find any documentation on the net.app.core.location annotation.
I was guessing that this might have been a typo and that the param is actually has_geolocation, but that doesn't seem to work either. So perhaps your server recognizes has_location, and then literally does look for that net.app.core.location annotation, which always yields 0 results because no such annotation exists on any posts?