Hello,
i`d like to have the logical operator of query improved.
In there current state a:
- "less than" is equal to <= ; which is a less AND equal the entered value
- "greater than" is equal to >= ; which is a greater AND equal the entered value
In my oppinion it should be like:
[query] {less than} [@] [20] shall select values from 0-19
[query] {greater than} [@] [20] shall select values from 21-Full
[query] [@] [20] shall select values equal 20 (which is the case now)
Hope it is understandable what i try to mean and it is possible to make.
Thank you very much.
thilda