revert changes to magazine model

This commit is contained in:
pushrbx 2024-11-08 19:46:07 +00:00 committed by GitHub
parent 2272ed17c4
commit 8c6398dd58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,33 +72,6 @@ class Magazine extends JikanApiSearchableModel
];
}
public function getCollectionSchema(): array
{
return [
'name' => $this->searchableAs(),
'fields' => [
[
'name' => '.*',
'type' => 'auto',
],
[
'name' => 'titles',
'type' => 'string',
'optional' => false,
'infix' => true,
'sort' => true
],
[
'name' => 'url',
'type' => 'string',
'optional' => false,
'infix' => true,
'sort' => true
],
]
];
}
public function typesenseQueryBy(): array
{
return [