text search algorithm can cause false positives

Created on 7 February 2024, 11 months ago

Problem/Motivation

The text search normalises the body text and the term names, by converting all non a-z characters to spaces.

However, this means that accented characters and punctuation are replaced with spaces which will split words.

So for example, the term name 'Sébastien' will be found in the text: "We're delighted to welcome Mr S. Bastien to our team."

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024