Skip to content

Commit

Permalink
refactor: renmae geoLocatedFilter to geoLocated
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Dec 2, 2024
1 parent 13e7207 commit 2875030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/graphql/search/filtered-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ If the search results are to be displayed on a map, it can be useful to only rec

```graphql
query {
search(input: { filter: [{ geoLocatedFilter: true }] }) {
search(input: { filter: [{ geoLocated: true }] }) {
total
offset
queryTime
Expand Down

0 comments on commit 2875030

Please sign in to comment.