diff --git a/developer_manual/client_apis/WebDAV/search.rst b/developer_manual/client_apis/WebDAV/search.rst index 13eefb428..ce10cba28 100644 --- a/developer_manual/client_apis/WebDAV/search.rst +++ b/developer_manual/client_apis/WebDAV/search.rst @@ -128,10 +128,12 @@ Search for all plain text files in the folder :code:`Documents`, sorted by size. - - - - + + + + + + @@ -211,6 +213,47 @@ Get all png and jpg files over 10MB. + +Search for all common files (no directories) and limit the result of the last 5 files with ordering, last modified + +.. code-block:: xml + + + + + + + + + + + + + + + + /files/test + infinity + + + + + + + + + + + + + + + + + 5 + + + Get all files last modified after a given date.