when the check box is checked i want to use only results for which a field exists.
to that end i have the following settings in the UI:
Token Name: token1
Token Value Prefix: | search field=
Static Options: Name=IncludeField Value=*
my search is inputlookup mylookup.csv $token1$
when the checkbox is checked, it works fine as i assume | search field=* is included in the search
when the checkbox is unchecked, the panel says "search is waiting for input"
Am i wrong in assuming that an unchecked checkbox means the token1 is empty and the search is run as is? Why isn't this working for me?
... View more