I am trying to pass a greater than to my search, but when it gets passed to the search the search looks like this:
=">3"
There are two problems, (1) the "=" and (2) the ""
The "=" is part of my search, so I removed it and changed the choices to "=1" but this passes everything with the ""
<input type="dropdown" token="wfap_priority">
<label>Select Priority (5 is high suspect)</label>
<choice value="0">0</choice>
<choice value="1">1</choice>
<choice value="2">2</choice>
<choice value="3">3</choice>
<choice value="4">4</choice>
<choice value="5">5</choice>
<choice value=">3">>3</choice>
</input>