- Issue created by @RandalV
- @randalv opened merge request.
- Status changed to Needs review
over 1 year ago 12:27pm 9 August 2023 - 🇧🇪Belgium RandalV
In hindsight, it might be better to provide an `alterQuery` method in the base class rather than for each default implementation, but the Search Api query does not share an interface with the Database query which might make it harder to enforce.
Then it's up to the extending class to assert `$query` to be a certain query interface.
If that way is preferred, I'll make changes to the MR.. For now I'll just leave it as is and wait for feedback.