pmatseykanets / laravel-scout-postgres

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

Update scout to 2.0 #4

Closed cpgo closed 7 years ago

cpgo commented 7 years ago

I'm trying to update the package so I can use it with newest version of scout. For now I just implemented the abstract mapIds and added a simple test, everything seems to work but honestly I don't know what else is needed :smile: .

pmatseykanets commented 7 years ago

Great! Thanks 👍 I'll try to review ASAP.

pmatseykanets commented 7 years ago

Thanks for your contribution! Just tagged v0.3.0.

I've made a few changes, which you can find here if interested.

Let me know if you have any questions.

cpgo commented 7 years ago

Cool, no more hard coded id :smile: