pulibrary / bibdata

Local API for retrieving bibliographic and other useful data from Alma (Ruby 3.2.0, Rails 7.1.3.4)
BSD 2-Clause "Simplified" License
16 stars 7 forks source link

[#2528] Don't include genres in Primary Source facet if only part of the word matches #2529

Closed sandbergja closed 1 month ago

sandbergja commented 1 month ago

This fixes a bug in which a subdivision 'Computer network resources' matched against the genre 'Sources', since the word 'resources' contains the word 'sources'.

Closes #2528