Database table search_tracking

Usage

The table search_tracking contains all tracked search terms.

Table structure

Field nameField specificationComment / Explanation
idsearchtrackingint(11) Primary key (auto increment)
idclientint(11)Foreign key to table client
idlangint(11)Foreign key to table lang
searchtermtextSearched term
resultsint(6)Amount of found search results
datesearcheddatetimeTimestamp of the search

Generic DB information

ItemCollectionItem
cApiSearchTrackingCollectioncApiSearchTracking

Previous changes of this table

This table was not changed.