From 8400bbe36ffb1cc3d2d2c4684127b94f927ba2a0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 7 Feb 2019 13:15:41 +0000 Subject: [PATCH] T4770: Fix searching by event categories --- plugins/calendar/drivers/kolab/kolab_calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/drivers/kolab/kolab_calendar.php b/plugins/calendar/drivers/kolab/kolab_calendar.php index 8667b4da..e4459761 100644 --- a/plugins/calendar/drivers/kolab/kolab_calendar.php +++ b/plugins/calendar/drivers/kolab/kolab_calendar.php @@ -40,7 +40,7 @@ class kolab_calendar extends kolab_storage_folder_api protected $cal; protected $events = array(); - protected $search_fields = array('title', 'description', 'location', 'attendees'); + protected $search_fields = array('title', 'description', 'location', 'attendees', 'categories'); /** * Factory method to instantiate a kolab_calendar object