Support arbitrary number of arguments for d:or and d:and in search queries#7882
Merged
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>
This was referenced Jan 16, 2018
Contributor
|
@icewind1991 yey :D |
|
This fix works for me! Thanks very much to @icewind1991 |
ghost
pushed a commit
to Zimbra-Community/owncloud-zimlet
that referenced
this pull request
Jan 16, 2018
Member
MorrisJobke
approved these changes
Jan 16, 2018
|
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
|
Member
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The sabredav plugin already handles this case, just have to properly transform it to the db query
See #3360 (comment)