...
The table keywords contains the search keywords.
Keywords are systemwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idkeyword | varchar(32) | Primary key |
keyword | varchar(50) | Name of the keyword |
exp | text | ? |
session | text | Information of related content |
self | text | ? |
idlang | int(11) | Foreign key to table lang |
...