-
Scenario:
- Have a website with a large form with check/text boxes and filter the data set
- PHP has to query MySQL with a boolean query like "... WHERE a > 3 AND ( b='x' OR b='y') "
Would be su…
-
I think XDM should have a "conditional language" to have a standard way to define conditions when a property should be used or not. Conditions could refer to other attributes of the same or another XD…
-
If you do a subtraction with a 0 in the list of values to subtract, the results is incorrect.
Example: `{"-": [10, 0, 100]}` should be -90 but it returns 10 for some reason
-
There's currently a limitation on querying by tags that I'll just illustrate via example:
Say I have many switches, SW1,SW2,SW3,etc They all use the same naming scheme for their interfaces, i1,i2,i…
-
See also #2251
See also #2305 (using local type information instead of requiring formio definitions would be very useful)
In short - we need to ensure that all (input) data has the correct type fo…
-
Hello. I'm trying to write a code for a data interval check and I was having trouble at first with the nested-if logic. After reading #69 I **think** got it right. What I'm trying to do is the follo…
-
Currently, we only have the JSON printer. The current output format only logs responses. The structure does not log things such as startup options. We may want to clarify if that is an intended featur…
-
**Problem Statement:**
While trying to access a subset array from within a superset array using the "All" operator, I found that the "IN" operator does not function correctly when an array is acces…
-
### React Query Builder version
7.6.1
### Platform
Mac, Browser
### Description
Many thanks for this tool!
When formatting a query with `jsonata` that uses the `between` operator and then impo…
-
The [table](https://jsonlogic.com/truthy.html) presented on the website doesn't list how to treat objects (empty or non-empty) in regard to truthiness. Is this defined somewhere else?
On your play…