algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
395 stars 85 forks source link

fix: return model IDs instead of objectID #281

Closed DevinCodes closed 2 years ago

DevinCodes commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? yes
Related Issue Fix #279
Need Doc update no

Describe your change

This fixes the bug described in #279 . Since it changes the behavior of a public method, it's considered a BC-breaking change, and will be released in a new major version.

DevinCodes commented 2 years ago

@damcou I addressed the issue with the tests, this works now!