Comments in advanced expression
BradCOnGitHub opened this issue ยท 1 comments
Before the recent overhaul I was able to keep a commented out filter as the only text in the advanced expression field, to be uncommented when I needed it. Now I get a parsing error when the comment is the only thing there.
Specifically, I put this:
--mages > 0
I have been able to work around it with this:
true
--and mages > 0