Keyword table
From MythTV
- The correct title of this article is keyword table. It appears incorrectly here due to technical restrictions.
The keyword table contains a cache of search phrases that have been used to find shows using mythfrontend.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| phrase | varchar(128) | PRI | |||
| searchtype | int(10) unsigned | PRI | 3 |
[edit]
Fields
- phrase is the text that was searched for.
- For the ADVANCED search type this field consists of 6 values separated by colons: TITLE:SUBTITLE:DESCRIPTION:PROGRAM TYPE:GENRE:STATION
- searchtype is the type of search that was performed.
- ADVANCED=1, TITLE=2, KEYWORD=3, PEOPLE=4,
