Skip to content

Commit b9776ae

Browse files
committed
fix typos
1 parent 43f3b18 commit b9776ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/advanced_usage_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ Pottentially supported but untested shapes are : multipoint and linestring
10011001

10021002
Supported and tested queries are : INTERSECTS, DISJOINT, WITHIN, CONTAINS
10031003

1004-
**Shape intersects**
1004+
**Shapes intersects**
10051005

10061006
Interesting queries are shape intersects : this gives you all documents whose shape intersects with the shape given in query. (Should be 2 with the actual test dataset)
10071007

src/django_elasticsearch_dsl_drf/filter_backends/filtering/geo_spatial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,14 @@ def get_geo_shape_params(cls, value, field):
347347
348348
Example:
349349
350-
/api/articles/?location__geo_shape=48.9864453,6.37977
350+
/search/publishers/?location__geo_shape=48.9864453,6.37977
351351
__relation,intersects
352352
__type,circle
353353
__radius,20km
354354
355355
Example:
356356
357-
/api/articles/?location__geo_shape=48.906254,6.378593
357+
/search/publishers/?location__geo_shape=48.906254,6.378593
358358
__48.985850,6.479359
359359
__relation,within
360360
__type,envelope

0 commit comments

Comments
 (0)