emory-libraries / blacklight-catalog

1 stars 2 forks source link

Implement SOLR filters for ISBN, ISSN, LCCN #1226

Closed eporter23 closed 2 years ago

eporter23 commented 2 years ago

This ticket follows the investigation from ticket #1208.

Implement filters for searching and create new fields needed for:

Library of Congress call numbers have a specific format which includes spaces and punctuation. Example as entered in a catalog record:

DS51 .K7 K883

A user copying the call number from the spine of a book may see it presented as

DS51 .K7 K883

Some users may forget to add the period or don't use the correct spacing between call number elements. For Advanced Search, this can sometimes result in no matches. In Keyword Search, this can also be problematic because a user's search may match partially on the contents of the text_tesi field.

Adjust search configurations to use the new fields:

Update metadata and indexing documentation

To confirm:

eporter23 commented 2 years ago

@lovinscari placeholder ticket here for ISBN enhanced searching

lovinscari commented 2 years ago

@abelemlih - I am assigning this to you since you worked on the spike ticket. I know it may not be able to move forward immediately since it requires working with @jcrompton42 but this ticket is ready whenever the two of you can work on it.

eporter23 commented 2 years ago

@abelemlih thanks for the awesome demo today! I added some notes around library of congress call numbers (LCCN) but please let me know if you need more information about this use case.