Releases: trln/argon_call_number_search
Add support for Ruby 3.x
Truncate call number search at 50 terms
This release truncates call number query string at 50 terms in order to address the BooleanClauseCount issue in Solr 9.
Updates for BL Advanced Search 8 compatibility
Updates gem to work with Blacklight Advanced Search 8 query syntax. Bumps GH actions ruby test versions.
Setup github actions; update dependency versions; rubocop appeasment.
No functionality changes.
Adds option to add call number search field to advanced search
Allows the call_number search field to be added to the Advanced Search form. TRLN institutions can choose to suppress the field in Advanced Search by setting field.include_in_advanced_search = false
when defining the field in catalog_controller.rb.
NOTE: add_call_number_query_to_solr
needs to be added after add_advanced_search_to_solr
in SearchBuilder
processor chain.
Remove Gemfile.lock
v0.1.1 bump version
First release
Adds a Blackight SearchBuilder method, add_call_number_query_to_solr
, which, along with some other setup in your application and trlnbib solr documents will support both LC Call Number and accession number searching in your TRLN Argon application.