psu-libraries / psulib_traject

Penn State University Libraries' Blacklight Catalog Traject Indexer
Apache License 2.0
2 stars 1 forks source link

Store callnumber if record is 'In the Library' #465

Closed ajkiessl closed 1 year ago

ajkiessl commented 1 year ago

Closes #461

Replaced online? method in holdings.rb with not_in_the_library? method that checks if the record's access_facet includes 'In the Library'. If a record is not in the library it will not have a callnumber. On the other hand, anything (including records that are also online) that is in the library will have a callnumber. Added some tests to test a couple different variations of access_facets.