]> source.dussan.org Git - nextcloud-server.git/commit
fix: don't use davtags for tag search 40445/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 14 Sep 2023 10:31:33 +0000 (12:31 +0200)
committerDaniel <mail@danielkesselberg.de>
Mon, 18 Sep 2023 12:14:27 +0000 (14:14 +0200)
commita75d3e500491a65c224b954e3a2c7f8f6faef6b7
tree20130ec134e351042198997641eb0e920c52f579
parentc0b95e9cc6f683e81ed9405569b11d8d9e39ecb0
fix: don't use davtags for tag search

1. https://github.com/nextcloud/server/pull/26813 Initial implementation with support for systemtags and davtags (vcategory)
2. https://github.com/nextcloud/server/pull/39062 Additional check if the given tag exists, though ISystemTagManager.getAllTags only looks for systemtags

Therefore it's not possible anymore to search for davtags and unnecessary to join the other tables.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/systemtags/lib/Search/TagSearchProvider.php