Opened 4 years ago

Closed 4 years ago

#4593 closed defect (fixed)

doc: && not googleable by "postgres select points by extent"

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 3.1.0
Component: documentation Version: master
Keywords: Cc:

Description

User struggled writing a point-in-polygon query. Initial google search was "postgres select points by extent". It brought user to ST_Extent, and later ST_Within.

Instead:

  • it should have brought user to && which should say word "extent" more
  • ST_Extent should have example to &&
  • && should recommend checking if ST_Intersects is fine too

Change History (2)

comment:1 by pramsey, 4 years ago

Add cross-reference from && to ST_Intersects and vice versa

comment:2 by Regina Obe <lr@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 63a3c14/git:

Add cross reference for &&, ST_Intersects, ST_Extent to each other. Closes #4593 for PostGIS 3.1.0

Note: See TracTickets for help on using tickets.