Skip to content

Commit

Permalink
adds new_availability field to biblio
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jun 27, 2024
1 parent 818b543 commit 81c94e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biblio/conf/schema/local_explicit_fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<field name="language008_full" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="format" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="availability" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="new_availability" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="publisher" type="text_no_stem_or_synonyms" indexed="true" stored="true" multiValued="true"/>
<field name="publisher_display" type="text_no_stem_or_synonyms" indexed="true" stored="true" multiValued="true"/>
<field name="edition" type="string" indexed="true" stored="true" multiValued="true"/>
Expand Down

0 comments on commit 81c94e8

Please sign in to comment.