support greater than etc ( >, =>) in yaml property filter ?
Closed this issue · 3 comments
zeltak commented
this is a low priority request since you could use the OR
operator but would be nice to also have the >, => etc option to quick filter based on numerical properties?
thx!
Z
christianwannerstedt commented
That is a good idea, I actually thought about adding a third filter type, so in addition to "Select" and "Text" there can be a "Numeric". Then it would be possible to replace the AND
& OR
for that filter type with the greater/lesser than comparison operators.
christianwannerstedt commented
Hey! The idea I mentioned above (with the numeric filter type) actually became a reality, and is now available in the latest release (1.0.2)
zeltak commented
amazing thx so much!!!