Skip to content

Commit 1f58b15

Browse files
Merge branch 'EXP-551-semantic-hit-count' of github.com:meilisearch/documentation into EXP-551-semantic-hit-count
2 parents c01b59b + fe35474 commit 1f58b15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<CodeGroup>
2+
3+
```bash cURL
4+
curl \
5+
-X POST 'MEILISEARCH_URL/indexes/restaurants/search' \
6+
-H 'Content-type:application/json' \
7+
--data-binary '{ "filter": "_geoPolygon([45.494181, 9.214024], [45.449484, 9.179175], [45.449486, 9.179177])" }'
8+
```
9+
</CodeGroup>

0 commit comments

Comments
 (0)