Hi,
do you know if there is a way to match in a case insensitive way on a text
field? I mean if I could use something else than EQ in the search condition below:
$search->add_field(fields => [$dataset->field('acronym')],
value => $acronym,
match => "EQ");
thanks,
Andras