https://bugs.documentfoundation.org/show_bug.cgi?id=162050
Piotr Osada <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://en.wikipedia.org/wi | |ki/Canonicalization CC| |[email protected] --- Comment #9 from Piotr Osada <[email protected]> --- === EXAMPLE IMPLEMENTATION (for inspiration) === Zotero 10 (released 2026-08-17) implements exactly this kind of canonicalization [1] in its search backend, and it may be a useful reference for a possible implementation in LO. PR: https://github.com/zotero/zotero/pull/5979 Commit: https://github.com/zotero/zotero/commit/3bd8d641b8c5c04e62262bb893c16b6bb5c40bf7 R.notes: https://www.zotero.org/blog/zotero-10/#:~:text=Most,versa Code: chrome/content/zotero/xpcom/utilities_internal.js -> Zotero.Utilities.Internal.normalizeForSearch() [1] https://en.wikipedia.org/wiki/Canonicalization [2] Description and example behaviour without fix: https://forums.zotero.org/discussion/132642/ [3] Another approach considered in LO AltSearch add-on (see Bug 169103) https://github.com/gitxpy/libreoffice-alt-search/issues/128 -- You are receiving this mail because: You are the assignee for the bug.
