Closed (fixed)
Project:
Autotaggerㅤ
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2024 at 16:26 UTC
Updated:
8 Feb 2025 at 12:54 UTC
Jump to comment: Most recent
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."
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
alvar0hurtad0Comment #3
alvar0hurtad0Comment #4
solimanharkas commentedComment #6
solimanharkas commentedI used normalizer in PHP, See https://www.php.net/manual/en/normalizer.normalize.php
Comment #8
alvar0hurtad0