Using LF 10, I would like to perform a field search using a wilcard (*) on every field:
ADDRESS: *
BLOCK: *
LOT: *
QUALIFIER: *
I can't use a template search because I have different templates on documents which contain most of the same fields.
Issue is, not all of the fields are populated with values, so when performing a search like:
ADDRESS: 123 MAIN ST
BLOCK: *
LOT: *
QUALIFIER: *
I receive no results if the actual template field data looks like this (with QUALIFIER having no value in the field):
ADDRESS: 123 MAIN ST
BLOCK: 20
LOT: 3
QUALIFIER:
I would like "*" to find fields which contain no values... is this possible? Is there another search I could use to workaround this?
Thanks.