Skip to content

Commit 6f98caf

Browse files
Use _geo in examples rather then geo (#303)
1 parent 6c7370d commit 6f98caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,11 +610,11 @@ getting_started_configure_settings: |-
610610
let settings = Settings::new()
611611
.with_filterable_attributes([
612612
"mass",
613-
"geo"
613+
"_geo"
614614
])
615615
.with_sortable_attributes([
616616
"mass",
617-
"geo"
617+
"_geo"
618618
])
619619
let task: Task = client.index("meteorites").set_settings(&settings).await.unwrap();
620620
getting_started_geo_radius: |-

0 commit comments

Comments
 (0)