pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
159 stars 36 forks source link

Add support for unaccent extension #11

Open cpgo opened 7 years ago

cpgo commented 7 years ago

Adds very basic support for the unaccent extension. Maybe it will be better to extract the to_tsvector part on the toVector function to a separate function? I am not sure how I would test this.