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
- Introduced `html_search_unicode_normalization` configuration option to specify Unicode normalization form (NFC, NFD, NFKC, NFKD) for search indexing.
- Updated the HTML builder to pass the normalization configuration to the search indexer.
- Modified the `IndexBuilder` and `_feed_visit_nodes` functions to apply the specified Unicode normalization to document text before indexing.
- Updated JavaScript search tools to normalize search queries using the specified normalization form.
- Added documentation for the new configuration option in `configuration.rst`.
- Implemented a test case to verify that full-width characters like 'Python' are normalized and indexed as 'python'.
0 commit comments