This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Description
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