This commit is contained in:
@@ -266,7 +266,7 @@ export default {
|
||||
this.isTagFilter = true;
|
||||
return false;
|
||||
}
|
||||
if (this.$store.state.globalSettings.searchCaseSensitiveOnly == true) {
|
||||
if (this.$store.state.globalSettings.filterCaseSensitive == true) {
|
||||
return item.name.indexOf(queryText) > -1;
|
||||
} else {
|
||||
//need to do a case insensitive filter and hopefully it mirrors postgres at the backend
|
||||
|
||||
Reference in New Issue
Block a user