T4770: Fix searching by event categories

This commit is contained in:
Aleksander Machniak 2019-02-07 13:15:41 +00:00
parent 11ff8f71ea
commit 8400bbe36f

View file

@ -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