diff options
| author | Enrico Jörns <ejo@pengutronix.de> | 2025-07-03 12:23:01 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-07-14 08:37:40 -0700 |
| commit | 4ee43d7d686836b27d4f6c075915b7a2e14db997 (patch) | |
| tree | bdf8428947f4008029b4b9740a23cbcb703414dd /meta/recipes-devtools/python/python3/makerace.patch | |
| parent | cb43809aa3cc979bbc08f9f8b3f5296009be95a9 (diff) | |
| download | poky-4ee43d7d686836b27d4f6c075915b7a2e14db997.tar.gz | |
conf.py: improve SearchEnglish to handle terms with dots
While search queries already handled words with hyphens correctly, they
did not do so for words with dots.
To fix this, we
- enhance the word tokenizer to treat both dots ('.') and hyphens ('-')
as valid characters within words.
(For robustness, explicitly exclude dots/hyphens at the start or end
of a word from indexing.)
- adjust query processing to avoid splitting on dots in search input
This allows search queries to correctly match terms such as
'local.conf', 'site.conf', and similar ones now.
Fixes: [YOCTO #14534]
(From yocto-docs rev: 02cc810c17e37563a206629d703dc21fc4280cbf)
Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 80084a4cabdf7f61c7e93eda8ddbd5bc7d54e041)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3/makerace.patch')
0 files changed, 0 insertions, 0 deletions
