Hi everyone. I have Laravel app with Scout using t...
# community-help
d
Hi everyone. I have Laravel app with Scout using typesense driver and I am using spatie translatable package to store translatable data in json columns, for example, name column contains this: {"en": "en value", "es": "es title"} I can't figure out how to configure all of this to only search in current locale. Basically, when app locale is en and if I search with keyword "title", it should not find this record, but it does at the moment.