1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 13:16:08 +02:00
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()
}]
};