-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: adopt search to NC 28 filters #2432
Conversation
e1cbe1d
to
b03d979
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation itself looks fine. Just some nitpicking to use a consistent style with the other php files.
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
b03d979
to
412ce77
Compare
Is it possible this did not work? We still see deprecation warnings. Is it maybe calling the same method in the end? |
I think the deprecation warning is still thrown because the method still exists in the code, but we can't get rid of it yet. Not sure how to resolve that really other than dropping support pre-28. |
Fixed - Fix search support for Nextcloud 28 (#2432) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Summary
Adjusts search to use filters rather than terms, fixing the phpstan check
Checklist