Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datatype specific operators #202

Open
jonathan-wcc opened this issue Jul 17, 2013 · 1 comment
Open

Datatype specific operators #202

jonathan-wcc opened this issue Jul 17, 2013 · 1 comment

Comments

@jonathan-wcc
Copy link

Currently GXP (querybuilder) allows all operators to be used with all datatypes. It should probably only show the operators that are allowed on that type of data.

I think the OpenGIS Filter Encoding 2.0 Encoding Standard says what should/shouldn't work: http://www.opengeospatial.org/standards/filter - but there may be other standards.

i.e.:
"The PropertyIsLike element is intended to encode a character string comparison operator with pattern matching." - so I guess that means LIKE should probably only be available for string datatypes.

@ahocevar
Copy link
Contributor

Agreed. Pull requests welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants