pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
160 stars 38 forks source link

specify vector language on each row #42

Open rgr opened 3 years ago

rgr commented 3 years ago

Hi,

in the context of a multilingual table, would it be possible to specify a language for the ts_vector for each row working on create and update ? Any way to add this in the model ?

Thanks !