<<

NAME

Koha::Schema::Result::SearchFilter

TABLE: search_filters

ACCESSORS

search_filter_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

filter name

query

  data_type: 'mediumtext'
  is_nullable: 1

filter query part

limits

  data_type: 'mediumtext'
  is_nullable: 1

filter limits part

opac

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

whether this filter is shown on OPAC

staff_client

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

whether this filter is shown in staff client

PRIMARY KEY

<<