ShabuShabu / laravel-paradedb-search

Integrates the pg_search Postgres extension by ParadeDB into Laravel
MIT License
4 stars 0 forks source link

Update to ParadeDB 0.11.0 #3

Open philippemnoel opened 12 hours ago

philippemnoel commented 12 hours ago

What happened?

Hi Boris :) We stabilized our API on the @@@ operator in v0.11.0, and have deprecated the old .search API. You can see the changelog here: https://docs.paradedb.com/changelog/0.11.0.

Would love for you to update the Laravel package to the new syntax and we'd be happy to help advertise it!

How to reproduce the bug

N/A

Package Version

N/A

PHP Version

N/A

Laravel Version

N/A

Which operating systems does with happen with?

No response

Notes

Thank you Boris!

boris-glumpler commented 8 hours ago

Hey Phil,

thanks for the reminder! Updating the package to work with the latest release of pg_search is already on my todo list. I've been traveling the last couple months in Pakistan, tho, and left all my work stuff in India. I'll be back in about a week, so will be able to look into it then!

Cheers!

boris-glumpler commented 8 hours ago

Love the changes, btw! Feels way more intuitive. Adding custom operators isn't currently supported in Laravel, tho, if I remember correctly. Might make the update a bit tricky.