ccdw_aggr_search
This table summarizes general search activity.
| Column Alias | Data Type | Key | Description | Index? |
|---|---|---|---|---|
search_date | DATE | Date of the search activity. | Yes | |
site_id | SMALLINT | FK | Foreign key to ccdw_dim_site. | Yes |
registered | BOOLEAN | Boolean indicating if the user was registered. | Yes | |
device_class_code | VARCHAR | FK | Device class code from ccdw_dim_user_agent. | Yes |
locale_code | VARCHAR | FK | Locale code from ccdw_dim_locale. | Yes |
num_searches_with_results | INTEGER | Number of searches that yielded results. | No | |
num_searches_without_results | INTEGER | Number of searches that yielded no results. | No | |
num_results | INTEGER | Total number of search results returned. | No |