Bug 112370 - Make index search in helponline case insensitive
Summary: Make index search in helponline case insensitive
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha0+
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard: target:6.0.0
Keywords:
Depends on:
Blocks: New-Help
  Show dependency treegraph
 
Reported: 2017-09-13 11:20 UTC by Olivier Hallot
Modified: 2017-10-03 23:36 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2017-09-13 11:20:30 UTC
The index search tab of helponline is case sentitive. "Table" and "table" return different results.

Make it return the same results.

The code is in help.js

https://opengrok.libreoffice.org/xref/help/help3xsl/help.js

To test, one may download the 60.tar.gz and install in a local webserver (230MB)

wget https://helponline.libreoffice.org/60.tar.gz
Comment 1 Olivier Hallot 2017-09-13 12:59:16 UTC
Instead of downloading the tarball, fix it in Firefox scratchpad and put the patch here.

https://developer.mozilla.org/en-US/docs/Tools/Scratchpad
Comment 2 Commit Notification 2017-10-03 10:50:31 UTC
gabrielchiquini committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=507d26615775cc233413cbb140dd3e7ccf971567

tdf#112370 Add case-insensitive support to index search