search_marc_to_field

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
search BIT 0 1
filter VARCHAR 100

specify a filter to be applied to field

search_marc_map_id INT 10 null
search_marc_map.id search_marc_to_field_ibfk_1 C
search_field_id INT 10 null
search_field.id search_marc_to_field_ibfk_2 C
facet BIT 0 0

true if a facet field should be generated for this

suggestible BIT 0 0

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

sort BIT 0 1

Sort defaults to 1 (Yes) and creates sort fields in the index, 0 (no) will prevent this

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc/Asc search_marc_map_id + search_field_id + filter
search_field_id Performance Asc search_field_id

Relationships