upd: use Meilisearch for file type searching

This commit is contained in:
Mar0xy 2023-11-21 22:23:01 +01:00
parent 733c9a8c00
commit 3f86903cae
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 42 additions and 2 deletions

View file

@ -75,7 +75,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
host: ps.host,
filetype: ps.filetype,
order: ps.order,
disableMeili: ps.filetype ? true : false,
}, {
untilId: ps.untilId,
sinceId: ps.sinceId,