I was going through the README to see if I missed it, but could not find anything related.
Is there a way / operator to search for empty or non empty values?
What I have in mind is like GitHub and Gmail search. For example, to search for users with non-empty email, one of these would be nice to have:
- has:email
- email:*
- email:empty (and email:any as the opposite)
Is this possible? If not, is there any other way to search for empty/non empty attributes?
While on that note, it would also be nice to have the below syntax for booleans (like GitHub).
- is:active # same as active:yes
- is:issue