Koha::Schema::Result::SearchHistory - Opac search history results
search_history
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
search history id
data_type: 'integer' is_nullable: 0
the patron who performed the search (borrowers.borrowernumber)
data_type: 'varchar' is_nullable: 0 size: 32
a system generated session id
data_type: 'varchar' is_nullable: 0 size: 255
the search that was performed
data_type: 'mediumtext' is_nullable: 0
the string to append to the search url to rerun the search
data_type: 'varchar' default_value: 'biblio' is_nullable: 0 size: 16
search type, must be 'biblio' or 'authority'
data_type: 'integer' is_nullable: 0
the total of results found
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
the date and time the search was run