Issues
- SRS MARC-Inventory Instance relationship refinement, part 3UXPROD-2207Resolved issue: UXPROD-2207Ann-Marie Breaux
- Automated Item Blocks - Split from Q4 2019UXPROD-2199Resolved issue: UXPROD-2199Holly Mistlebauer
- Q4 2019| ACQ apps | Tags cleanupUXPROD-2090Resolved issue: UXPROD-2090Ann-Marie Breaux
- SRS MARC-Inventory Instance relationship refinement, part 2UXPROD-2078Resolved issue: UXPROD-2078Ann-Marie Breaux
- Remaining Job and Match profile work, part 2UXPROD-2077Resolved issue: UXPROD-2077Ann-Marie Breaux
- Bring Action Profiles to life: prep workUXPROD-2074Resolved issue: UXPROD-2074Ann-Marie Breaux
- Ability to assign Tags to Finance recordsUXPROD-1124Resolved issue: UXPROD-1124Ann-Marie Breaux
- Create interactive log-summary of batchload results, initial prepUXPROD-661Resolved issue: UXPROD-661Ann-Marie Breaux
8 of 8
Bugfest. All segments. Add back ISBN supporting normalized search
Cannot Reproduce
Description
CSP Request Details
None
CSP Rejection Details
None
Potential Workaround
None
Attachments
4
relates to
Checklist
hideTestRail: Results
Details
Assignee
UnassignedUnassignedReporter
Charlotte WhittCharlotte WhittLabels
Priority
P2Story Points
2Sprint
NoneDevelopment Team
ProkopovychRelease
R3 2021 Bug FixTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Charlotte Whitt
Charlotte WhittLabels
Priority
Story Points
2
Sprint
None
Development Team
Prokopovych
Release
R3 2021 Bug Fix
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 2, 2021 at 11:23 AM
Updated November 10, 2021 at 10:06 AM
Resolved November 10, 2021 at 10:02 AM
Activity
Show:
Charlotte WhittNovember 10, 2021 at 10:05 AMEdited
Manual test in Bugfest Kiwi of instance insta7122807 (https://bugfest-kiwi.folio.ebsco.com/inventory/view/cbb4819d-c575-4798-9258-01a8680c0a24?qindex=isbn&query=9780573132131&segment=holdings&sort=title)
I verified that normalized ISBN searches now with the very recent work on (search on 10 digit ISBN) now has solved this ticket as well, therefore this ticket is closed as Cannot reproduce.
Overview: When using PostgreSQL search we had two search options ISBN, eyereadable and ISBN, normalized. When we did the UI update getting back the drop down menus for the three segments (), then ISBN search was re-introduced but this does apparently not support the ISBN and ISBN normalized search (as we used to have - see Bugfest Juniper).
For mod-search following work has been implemented: which supports Instance - fields supporting phrase match -ISxN Identifiers
Steps to Reproduce:
Log into FOLIO Snapshot as user diku_admin
Go to Inventory, select the instance segment
View the search options
Expected Results:
I have a search option saying ISBN, which allows me to do search
047144250X normalizes to 9780471442509
Any hyphens within the ISBN should be stripped
978-0-471-44250-9 normalizes to 9780471442509
Any extra spaces before, internal to, or after the ISBN should be stripped
978 0 471 44250 9 normalizes to 9780471442509
Any alpha-numeric qualifying data after the ISBN should be removed
9780471442509 (cloth : alk. paper) normalizes to 9780471442509
Actual Results:
When search using ISBN search option and enter the 'eye-readable' 10 digit number, I get no result - without dashes:
or with dashes:
If I use Identifier (all) I get my results (BUT only in the eyereadable version)
Additional Information:
ISBN, normalized is implemented in the backend as
URL:
Interested parties: - not sure here if the back end work is not fully done before was closed, or this bug has to do with the implementation in the UI.