Lines 215-220
sub get_elasticsearch_mappings {
Link Here
|
215 |
$es_type = 'integer'; |
215 |
$es_type = 'integer'; |
216 |
} elsif ( $type eq 'isbn' || $type eq 'stdno' ) { |
216 |
} elsif ( $type eq 'isbn' || $type eq 'stdno' ) { |
217 |
$es_type = 'stdno'; |
217 |
$es_type = 'stdno'; |
|
|
218 |
} elsif ( $type eq 'date' ) { |
219 |
$es_type = 'date'; |
218 |
} elsif ( $type eq 'year' ) { |
220 |
} elsif ( $type eq 'year' ) { |
219 |
$es_type = 'year'; |
221 |
$es_type = 'year'; |
220 |
} elsif ( $type eq 'callnumber' ) { |
222 |
} elsif ( $type eq 'callnumber' ) { |