Skip to content

Releases: trln/argon_call_number_search

Add support for Ruby 3.x

22 Feb 20:32
6a2b20e
Compare
Choose a tag to compare
  • This release simply adjusts the ruby version constraint so the gem can be installed when using Ruby 3.x

Truncate call number search at 50 terms

04 Aug 18:24
ff92e87
Compare
Choose a tag to compare

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

09 Feb 16:11
627e906
Compare
Choose a tag to compare

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.

11 Feb 20:13
d5c5443
Compare
Choose a tag to compare

Adds option to add call number search field to advanced search

07 Apr 20:32
4cbcf23
Compare
Choose a tag to compare

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

14 Aug 14:33
Compare
Choose a tag to compare
v0.1.1

bump version

First release

14 Aug 14:22
Compare
Choose a tag to compare

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.