forked from hummypkg/webif
Merge pull request 'Add -nocase to epg dbfetch method to allow case insensitive searches' (#1) from MymsMan/webif:nocase into master
This commit is contained in:
commit
79785362ae
@ -485,6 +485,7 @@ proc {epg dbfetch} {mode args} {
|
||||
append q ") "
|
||||
}
|
||||
-param { lappend params $v }
|
||||
-nocase { append q "collate nocase " }
|
||||
default { error "Invalid option, $arg" }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user