<<

NAME

Koha::Schema::Result::SearchMarcToField

TABLE: search_marc_to_field

ACCESSORS

search_marc_map_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

search_field_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

facet

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 1

true if a facet field should be generated for this

suggestible

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 1

true if this field can be used to generate suggestions for browse

sort

  data_type: 'tinyint'
  is_nullable: 1

true/false creates special sort handling, null doesn't

PRIMARY KEY

RELATIONS

search_field

Type: belongs_to

Related object: Koha::Schema::Result::SearchField

search_marc_map

Type: belongs_to

Related object: Koha::Schema::Result::SearchMarcMap

<<