diff options
author | Enrico Jörns <ejo@pengutronix.de> | 2025-07-03 12:23:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-04 22:48:21 +0100 |
commit | b1acce19554396b5127baf48fa182a381f6a6710 (patch) | |
tree | 8f07f1e6ed8146c76db4060838fa152c02d7ea0e /bitbake/doc/bitbake-user-manual/bitbake-user-manual-library-functions.rst | |
parent | eab29e5b541434724261aa390305ba856c5b5943 (diff) | |
download | poky-master.tar.gz |
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: 80084a4cabdf7f61c7e93eda8ddbd5bc7d54e041)
Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-library-functions.rst')
0 files changed, 0 insertions, 0 deletions