1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 20:44:38 +02:00
This commit is contained in:
syuilo
2018-07-04 20:23:55 +09:00
parent f0fbff824b
commit ccc79eac91

View File

@@ -43,7 +43,7 @@ if (client) {
properties: {
text: {
type: 'text',
index: 'analyzed',
index: true,
analyzer: 'bigram'
}
}