Uh oh!
There was an error while loading. Please reload this page.
implements search on null/notnull metadata - #41459
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8eba418 to
b77e16cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
b77e16c to
5229965Compareicewind1991
commented
Nov 14, 2023
might be cleaner to just transform the dav operator to |
5229965 to
a091bf0CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
artonge
commented
Nov 15, 2023
Do you mean in the DAV request ? The issue is that we are casting the type of the property here: server/apps/dav/lib/Files/FileSearchBackend.php Lines 418 to 436 in b79a21d And as the property is used in another comparison in the request, it is assumed to be an integer. So using the appropriate operator would be cleaner I think. |
a091bf0 to
ab03a38Compareartonge
commented
Nov 16, 2023
Pushed 3rdparty changes |
cf5b620 to
1386738CompareSigned-off-by: Maxence Lange <maxence@artificial-owl.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
1386738 to
a93af13Compare
ChristophWurst
left a comment
There was a problem hiding this comment.
👍 for the caldav changes
ArtificialOwl
commented
Nov 22, 2023
Working on fixing test.
(status was before propstat before) |
8d06f48 to
a1d2ac5CompareSigned-off-by: Maxence Lange <maxence@artificial-owl.com>
a1d2ac5 to
fbe92d4CompareChristophWurst
commented
Nov 23, 2023
adds new public API -> needs docs |
Add the possiblity to search on null/not null value on metadata.
This is a test-feature for the Photos App.
This PR requires to add this line
in https://github.com/nextcloud/3rdparty/blob/master/icewind/searchdav/src/DAV/QueryParser.php#L78
Need: