This commit is contained in:
syuilo
2018-06-16 15:23:03 +09:00
parent cd8bfca29c
commit 9cac293efc
4 changed files with 14 additions and 12 deletions

View File

@ -101,7 +101,7 @@ async function search(
let q: any = {
$and: [{
tags: tag
tagsLower: tag.toLowerCase()
}]
};