nextcloud / nextcloud/server

Upload time and Creation time in searchrequest

Open
#21,385 6 comments 1 reaction 1 assignee View on GitHub

@icewind1991 is already working on this.

Since Jun 17, 2020.

2. developing 26-feedback bug client: 🤖🍏 mobile feature: dav hotspot: file time handling
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

https://github.com/nextcloud/server/pull/17765

<?xml version="1.0"?>
<d:searchrequest xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"> 
<d:basicsearch>
...
<d:lte>
  <d:prop>
    <nc:upload_time />
  </d:prop>
  <d:literal>1591716364</d:literal>
</d:lte>
...

return error, isn't implemented?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.