Skip to content

QuerySyntaxAnalysis

Tom Kralidis edited this page Oct 11, 2018 · 6 revisions

Overview

This page provides a comparative analysis on various query requirements and capabilities.

Comparative Analysis

Assumptions

  • compound query parameters are considered to be exclusive (AND)
Query Type WFS 3.0 Comments
bbox bbox=minx,miny,maxx,maxy Do we assume 4326 for core?
time time=t1/t2 time=t1/.. time=../t2
identifier /collections/-/records/recordid or identifier=recordid
property propertyname=propertyvalue
freetext q=foo

Considerations

  • how do we express inclusive (OR) queries? Does this need to be in core?
Clone this wiki locally