File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ The following sections list the changes for unreleased.
7171* Bugfix - Tolerating the empty request body for WebDAV: [#11516](https://github.com/owncloud/ocis/pull/11516)
7272* Bugfix - Fix space root handling in a sharedByMe: [#11533](https://github.com/owncloud/ocis/pull/11533)
7373* Bugfix - Fix the create link endpoint: [#11542](https://github.com/owncloud/ocis/pull/11542)
74+ * Bugfix - Limit search only when scope is passed: [#11664](https://github.com/owncloud/ocis/pull/11664)
7475* Bugfix - Add OCS v2 capabilities endpoint to public paths: [#11665](https://github.com/owncloud/ocis/pull/11665)
7576* Bugfix - Add webdav without trailing slash into proxy default config: [#11677](https://github.com/owncloud/ocis/pull/11677)
7677* Enhancement - Add GetPermission API: [#8616](https://github.com/owncloud/ocis/issues/8616)
@@ -123,6 +124,15 @@ The following sections list the changes for unreleased.
123124 https://github.com/owncloud/ocis/issues/11409
124125 https://github.com/owncloud/ocis/pull/11542
125126
127+ * Bugfix - Limit search only when scope is passed: [#11664](https://github.com/owncloud/ocis/pull/11664)
128+
129+ Previously, the search service would limit the search to the according space
130+ when searching `/dav/spaces/`. This was not correct, as the search should be
131+ limited to the according space when a `scope` is passed in the search pattern
132+ instead.
133+
134+ https://github.com/owncloud/ocis/pull/11664
135+
126136* Bugfix - Add OCS v2 capabilities endpoint to public paths: [#11665](https://github.com/owncloud/ocis/pull/11665)
127137
128138 Following the same behavior as OCS v1, we added the OCS v2 capabilities endpoint
You can’t perform that action at this time.
0 commit comments