simpleui: fix search, fixes #2753

This commit is contained in:
Jaroslav Kysela 2015-04-01 10:37:26 +02:00
parent 9a8242a082
commit ad4dd4fa50

View file

@ -187,6 +187,8 @@ page_simple(http_connection_t *hc,
memset(&eq, 0, sizeof(eq));
eq.lang = strdup(lang);
eq.fulltext = 1;
eq.stitle = s ? strdup(s) : NULL;
//Note: force min/max durations for this interface to 0 and INT_MAX seconds respectively
epg_query(&eq, hc->hc_access);