-
I want to exclude #myLabel (empty value) from search result. |
Beta Was this translation helpful? Give feedback.
Answered by
zadam
Apr 4, 2021
Replies: 1 comment
-
Hi, Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WPum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
#myLabel != ''
is correct, but you stumbled upon a bug in parsing empty strings. This was fixed in stable branch and will be released in the next patch release.Thanks for reporting!