Skip to content

Commit a17cf43

Browse files
committed
fix geo filter bug
1 parent c3ae3b6 commit a17cf43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
GET /records/users?include=id,location&filter=location,swi,POLYGON((10 10,10 50,50 50,50 10,10 10))
2+
===
3+
200
4+
Content-Type: application/json
5+
Content-Length: 48
6+
7+
{"records":[{"id":1,"location":"POINT(30 20)"}]}

0 commit comments

Comments
 (0)