allow to normalize ISBNs in any field

Description

Note This is a potential post-MVP feature.

normalizeDigits (see RMB-499) only allows ISBN normalization on a dedicated ISBN index to avoid over-normalizing number that are only similar to ISBN. This ticket is about an extended feature that allows normalization across many fields (e.g in indexes like "keyword" and "identifers").

Strategy: Use a different normalisation at index and query time:

selected where normDigits_index(field) @@ normDigits_query(query)

fv “11-22 33abc” -> nv “11-22 33 112233 abc”
q “112233abc” -> qn “112233 abc”
q “11-22 33abc -> qn “112233 abc”

Environment

None

Potential Workaround

None

Checklist

hide

TestRail: Results

Activity

Show:

Details

Assignee

Reporter

Priority

Development Team

Core: Platform

TestRail: Cases

Open TestRail: Cases

TestRail: Runs

Open TestRail: Runs

Created February 20, 2020 at 2:11 PM
Updated March 9, 2022 at 9:10 PM
TestRail: Cases
TestRail: Runs