You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: _extensions: kconfig: implement basic scoring of search results
This implements a few improvements to make Kconfig search results more
relevant:
- A match in a symbol's name is given more weight than a match in its
prompt.
- Field-length normalization is applied so that the shorter the field,
the higher its relevance (e.g. searching for "sensor" will basically
yield CONFIG_SENSOR as the top result as the query basically matches
100% of the symbol's name.
Signed-off-by: Benjamin Cabé <[email protected]>
0 commit comments