-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Support arbitrary number of arguments for d:or and d:and in search queries #7882
Conversation
…eries Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 yey :D |
This fix works for me! Thanks very much to @icewind1991 |
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.
Works as expected!
Hello All,
I would like to understand how PR's like this end up in a release.
Does the `Nextcloud 14` milestone set to this PR indeed mean, it will
be in 14.0?
Or is there still a change that it will be sooner. I am not in a hurry,
but I am interested to understand how you guys plan the project around git.
Thanks!
Barry
|
There is already a backport to stable13 approved and will be included in 13.0.0 😉 See #7883 for the backport |
Codecov Report
@@ Coverage Diff @@
## master #7882 +/- ##
============================================
- Coverage 51.24% 51.24% -0.01%
- Complexity 24931 24933 +2
============================================
Files 1604 1604
Lines 94970 95005 +35
Branches 1376 1376
============================================
+ Hits 48668 48682 +14
- Misses 46302 46323 +21
|
The sabredav plugin already handles this case, just have to properly transform it to the db query
See #3360 (comment)