Skip to content
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

Merged
merged 1 commit into from
Nov 15, 2023
Merged

fix: adopt search to NC 28 filters #2432

merged 1 commit into from
Nov 15, 2023

Conversation

SMillerDev
Copy link
Contributor

Summary

Adjusts search to use filters rather than terms, fixing the phpstan check

Checklist

Copy link
Contributor

@anoymouserver anoymouserver left a 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.

lib/Search/FeedSearchProvider.php Outdated Show resolved Hide resolved
lib/Search/FolderSearchProvider.php Outdated Show resolved Hide resolved
lib/Search/ItemSearchProvider.php Outdated Show resolved Hide resolved
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
@SMillerDev SMillerDev enabled auto-merge (rebase) November 15, 2023 07:09
@SMillerDev SMillerDev merged commit 9f5da17 into master Nov 15, 2023
19 of 21 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/search/nc28 branch November 15, 2023 08:27
@Grotax
Copy link
Member

Grotax commented Nov 16, 2023

Is it possible this did not work? We still see deprecation warnings. Is it maybe calling the same method in the end?

@SMillerDev
Copy link
Contributor Author

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.

Grotax added a commit that referenced this pull request Nov 20, 2023
Fixed
- Fix search support for Nextcloud 28 (#2432)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
@Grotax Grotax mentioned this pull request Nov 20, 2023
Grotax added a commit that referenced this pull request Dec 24, 2023
Changed
- Changed default page when starting app (#2515)

Fixed
- Fix search support for Nextcloud 28 (#2432)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Grotax added a commit that referenced this pull request Dec 24, 2023
Changed
- Changed default page when starting app (#2515)

Fixed
- Fix search support for Nextcloud 28 (#2432)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Grotax added a commit that referenced this pull request Dec 24, 2023
Changed
- Changed default page when starting app (#2515)
- Downgrade feed-io to 5.3.1 (#2497)

Fixed
- Fix search support for Nextcloud 28 (#2432)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Grotax added a commit that referenced this pull request Dec 24, 2023
Changed
- Changed default page when starting app (#2515)
- Downgrade feed-io to 5.3.1 (#2497)

Fixed
- Fix search support for Nextcloud 28 (#2432)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants