jegelstaff / formulize

Unified data management. One system to handle all data entry, collection, and reporting, across all your unique workflows. Simplify processes. Make people happy.
https://www.formulize.org
GNU General Public License v2.0
27 stars 14 forks source link

Fixing display conditions in multivalue fields, so the LIKE operator is used when appropriate #470

Closed jegelstaff closed 5 months ago

jegelstaff commented 5 months ago

Need to use LIKE operator instead of equals when there are multiple values, but we weren't checking for equals correctly. Also, need to potentially quote the concatenated multi value.