EPrints Technical Mailing List Archive

Message: #02430


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Case insensitive search via script


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