]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
simpleui: fix search, fixes #2753
authorJaroslav Kysela <perex@perex.cz>
Wed, 1 Apr 2015 08:37:26 +0000 (10:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 1 Apr 2015 08:37:26 +0000 (10:37 +0200)
src/webui/simpleui.c

index a5942a1d371f3b180ee454298ae3838223fc8e54..ee1012b909e12277e31311d86d9b3c8d522784b7 100644 (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);