[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Case insensitive search via script
- Subject: [EP-tech] Case insensitive search via script
- From: andras.micsik at sztaki.mta.hu (András Micsik)
- Date: Fri, 22 Nov 2013 10:00:59 +0100
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