featureserver
featureserver copied to clipboard
numeric comparison on datasource depending on FE query
if a numeric comparison is requested in the FE query, than do a numeric comparison on database instead of string comparison. To determine if numeric or not, a regular expression need to take place.
2 solutions for regex:
- on database
- in Python and than created an appropriate SQL statement