]> source.dussan.org Git - nextcloud-server.git/commit
fix: don't use davtags for tag search 40444/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 14 Sep 2023 10:31:33 +0000 (12:31 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Fri, 15 Sep 2023 17:36:38 +0000 (17:36 +0000)
commit562c47223af09fb960b01550ede3fbc38b1f0081
treea9c867f467e0d426c5fc651821e14fb0bd8ba649
parent4ff639eb51629cded66eeef2f4cf56a4c4a81984
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