We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
geosearch_guide_filter_settings_1
1 parent 273e36b commit 7e70b5cCopy full SHA for 7e70b5c
.code-samples.meilisearch.yaml
@@ -744,7 +744,7 @@ search_parameter_guide_sort_1: |-
744
}'
745
geosearch_guide_filter_settings_1: |-
746
curl \
747
- -X POST 'http://localhost:7700/indexes/restaurants/settings/filterable-attributes' \
+ -X PUT 'http://localhost:7700/indexes/restaurants/settings/filterable-attributes' \
748
-H 'Content-type:application/json' \
749
--data-binary '["_geo"]'
750
geosearch_guide_filter_usage_1: |-
0 commit comments