Closed wlpotter closed 2 months ago
@wsalesky Would this be an exact match only or do you want wild card search capabilities?
I think we'd want wild card capabilities so someone could search, e.g. "14,1*"
@wlpotter this has been added. You will need to merge this: https://github.com/srophe/britishLibrary-data/pull/1907
into data before it will work. Once I see that pull request merged I will rebuild the docker image and get the new search online.
Thanks! Just merged it in
@wlpotter please test and close if it works as expected
This looks like it's working!
Could we add a search box in the Advanced Search page that lets users search by the manuscript shelf mark?
The label would be "Shelfmark".
Xpaths to search in:
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msIdentifier/altIdentifier/idno[@type="BL-Shelfmark"]
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msIdentifier/altIdentifier/idno[@type="BL-Shelfmark-simplified"]
These could also appear in msParts:
/TEI/teiHeader/fileDesc/sourceDesc/msDesc//msPart/msIdentifier/altIdentifier/idno[@type="BL-Shelfmark"]
/TEI/teiHeader/fileDesc/sourceDesc/msDesc//msPart/msIdentifier/altIdentifier/idno[@type="BL-Shelfmark-simplified"]