Details
Assignee
UnassignedUnassignedReporter
Jakub SkoczenJakub SkoczenLabels
Priority
TBDSprint
Development Team
Core: PlatformTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Jakub Skoczen
Jakub SkoczenLabels
Priority
Sprint
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
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”