pmatseykanets / laravel-scout-postgres

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

Downgrading version constraints to re-support PHP >= 7.0 and Laravel >= 5.4 #17

Closed tortuetorche closed 6 years ago

tortuetorche commented 6 years ago

Because Laravel Scout 4.0 is compatible with PHP >= 7.0 and Laravel >= 5.4

For my projects, I'm mainly used the LTS (5.5) version of Laravel. And with this pull request, I can use multiples orderBy() in my search, which is a laravel-scout-postgres 2.1.0 feature!

Related to: 85de4f2c4661d08353849ca1294640eccc50f0d8

pmatseykanets commented 6 years ago

Good catch! 👍 Thanks