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:
af123 2020-04-02 18:08:08 +00:00
commit 79785362ae
1 changed files with 1 additions and 0 deletions

View File

@ -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" }
}
}