We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_geoBoundingBox
v1.1 adds a new geosearch filter, _geoBoundingBox. When used, queries only return results within the given geographic area, similar to _geoRadius.
_geoRadius
/learn/advanced/geosearch.md
/learn/advanced/filtering_and_faceted_search.md
The text was updated successfully, but these errors were encountered:
9937154
guimachiavelli
Successfully merging a pull request may close this issue.
v1.1 adds a new geosearch filter,
_geoBoundingBox
. When used, queries only return results within the given geographic area, similar to_geoRadius
.Tasks
/learn/advanced/geosearch.md
, especially around lines 112-200/learn/advanced/filtering_and_faceted_search.md
, around lines 345-270References
_geoBoundingBox
meilisearch#2761 and Missing analytics on the geoBoundingBox feature meilisearch#3527_geoBoundingBox
built-in filter specifications#223The text was updated successfully, but these errors were encountered: