Skip to content

Commit 7e70b5c

Browse files
update geosearch_guide_filter_settings_1
1 parent 273e36b commit 7e70b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ search_parameter_guide_sort_1: |-
744744
}'
745745
geosearch_guide_filter_settings_1: |-
746746
curl \
747-
-X POST 'http://localhost:7700/indexes/restaurants/settings/filterable-attributes' \
747+
-X PUT 'http://localhost:7700/indexes/restaurants/settings/filterable-attributes' \
748748
-H 'Content-type:application/json' \
749749
--data-binary '["_geo"]'
750750
geosearch_guide_filter_usage_1: |-

0 commit comments

Comments
 (0)