pmatseykanets / laravel-scout-postgres

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

Use to_tsquery to enable partial matching #9

Closed hotmeteor closed 7 years ago

hotmeteor commented 7 years ago

By using to_tsquery you can enable partial matching on words. Also, the ability to have & between separate terms would allow for partial matching on multiple terms. The ranking is still maintained, so you still get good results.