This commit is contained in:
epoberezkin
2025-09-20 19:14:31 +00:00
parent 04e7ccc3d7
commit 7648dccd8f

View File

@@ -71,7 +71,7 @@ function includesQuery(field, query) {
}
function textIncludesQuery(text, query) {
text ? text.toLowerCase().includes(query) : false
return text ? text.toLowerCase().includes(query) : false
}
function uriIncludesQuery(uri, query) {