Looks like the devs added a nice workaround that allows you to modify the lispy to search for both the indexed value in an event, as well as a fully indexed field. Can be very useful if you have cases where the same field name is used in different ways.
Add the following to fields.conf on the SH:
[myfield]
INDEXED=false
INDEXED_VALUE=[OR <VALUE> myfield::<VALUE>]
... View more