dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
90 stars 8 forks source link

Filter does not work if column name contains "dot" #392

Open aeberhart opened 1 month ago

aeberhart commented 1 month ago

probably caused by react hook form interpreting a.b as a field traversal https://github.com/react-hook-form/react-hook-form/issues/3351

aeberhart commented 1 month ago

we filter those columns until we find another solution (implicit transformation to replace . or a custom input that can access field names with dot)