- Issue created by @joshhytr
- Merge request !2543486351-pass-collection-name | Pass collection_name to AiVdbProviderSearchApiInterface::prepareFilters. → (Open) created by joshhytr
- 🇬🇧United Kingdom scott_euser
Thanks!
Wonder if we should pass the whole database settings instead of just the collection to avoid another future interface change.
Some phpcs issues flagged as well.
We'll need to do a coordinated release in all implementations of the interface.
Thanks Scott!
I've updated the MR with the suggested change and fixed the phpcs issue.
And yes, re the coordinated release.
I've just realised because I have access to the index in the prepareFilters() function I can get the server instance and its BE config.
This is not required. Cheers