Database table search_tracking
Usage
The table search_tracking contains all tracked search terms.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idsearchtracking | int(11)Â | Primary key (auto increment) |
idclient | int(11) | Foreign key to table client |
idlang | int(11) | Foreign key to table lang |
searchterm | text | Searched term |
results | int(6) | Amount of found search results |
datesearched | datetime | Timestamp of the search |
Generic DB information
ItemCollection | Item |
---|---|
cApiSearchTrackingCollection | cApiSearchTracking |
Previous changes of this table
This table was not changed.