Skip to content

Commit

Permalink
fixed indexing of Producers model
Browse files Browse the repository at this point in the history
  • Loading branch information
pushrbx committed Jan 31, 2024
1 parent 28a2dbd commit fac5f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Producers.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ public function typesenseQueryBy(): array

public function getTitleAttributeName(): string
{
return 'titles_idx';
return 'titles';
}
}

0 comments on commit fac5f3e

Please sign in to comment.