Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: add fulltext checkbox documentation for epg and autorec
  • Loading branch information
perexg committed Jan 18, 2015
1 parent ba7d8fa commit a2c01ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/html/dvr_autorec.html
Expand Up @@ -59,6 +59,11 @@
<dd>
The title of the programme to look for. Note that this accepts case-insensitive regular expressions, so you can use pattern matching as Tvheadend scans the EPG for programmes to record.
<p>
<dt><b>Fulltext</b>
<dd>
When the fulltext is checked, the title pattern is matched against title,
subtitle, summary and description.
<p>
<dt><b>Channel</b>
<dd>
The channel on which this rule applies, i.e. the channel you're aiming to record.
Expand Down
3 changes: 2 additions & 1 deletion docs/html/epg.html
Expand Up @@ -20,7 +20,8 @@
Only display events that match the given title. The filter uses case-insensitive
regular expressions. If you don't know what a regular expression is, this simply
means that you can type just parts of the title and filter on that - there's no need
for full, exact matching.</dd>
for full, exact matching. If the fulltext checkbox is checked, the title
text is matched against title, subtitle, summary and description.</dd>
<dt>[Filter channel...]</dt>
<dd>
Only display events from the selected channel. Channels in the drop down are
Expand Down

0 comments on commit a2c01ed

Please sign in to comment.