Uploaded image for project: 'mod-inventory-storage'
  1. mod-inventory-storage
  2. MODINVSTOR-475

Replaced by mod-search work. Add "issn", "invalidIssn", "linkingIssn" and "isxn" search fields with indexes

    XMLWordPrintable

Details

    • 5
    • Prokopovych

    Description

      • Add "issn" search field with normalization and full text index (similar to "isbn" field: MODINVSTOR-413)
      • Add "invalidIssn" search field with normalization and full text index (similar to "invalidIsbn" field: MODINVSTOR-474)
      • Add "linkingIssn" search field with normalization and full text index.
      • Add "isxn" search field with normalization and full text index. That index is an additional index that combines isbn, invalidIsbn, issn, invalidIssn and linkingIssn fields. The CQL query isxn = "9876543*" is a shortcut for isbn = "9876543*" OR invalidIsbn = "9876543*" OR issn = "9876543*" OR invalidIssn = "9876543*" OR linkingIssn = "9876543*".

      Intended usage for isxn: The "keyword" search slot in the front-end should generate this CQL: keyword = "1234-5678" OR isxn = "1234-5678". Note that number normalization requires a separate search field. If number normalization were applied to fields like title or keyword a search for 1234 would not find a title containing "1234-5678".

      To speed things up I combine these four trivial tasks into one issue.

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                julianladisch Julian Ladisch
                Charlotte Whitt Charlotte Whitt
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases