Is it possible to use synonyms with Laravel Scout ...
# community-help
a
Is it possible to use synonyms with Laravel Scout and Typesense? I can't find any documentation on it on https://github.com/typesense/laravel-scout-typesense-driver
j
If you want to add synonyms you want to use typesense-php
Once you’ve added synonyms to Typesense, then they’ll automatically get triggered when doing search API calls via any client, including the typesense scout driver
a
Thanks!
👍 1