Opened 15 years ago

Closed 15 years ago

#2863 closed defect (fixed)

wrong FILTER syntax in docs

Reported by: msieczka Owned by: jmckenna
Priority: high Milestone: 5.6 release
Component: Documentation - MapServer Version: 5.2
Severity: normal Keywords:
Cc:

Description

On http://www.mapserver.org/mapfile/layer.html#filter the example:

FILTER "type='road' and size <2"

is wrong and should rather be:

FILTER ([type]='road' and [size]<2)

Change History (1)

comment:1 by hobu, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r9511. Thanks for the patch!

Note: See TracTickets for help on using tickets.