[Libreoffice-commits] core.git: helpcontent2
Ilmari Lauhakangas
ilmari.lauhakangas at libreoffice.org
Tue Jan 23 11:04:09 UTC 2018
helpcontent2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3f161c012dd68ff08ff3538ef69f2800bd84640d
Author: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
Date: Mon Jan 22 16:48:08 2018 +0200
Updated core
Project: help 995f740adfff22aff1105a7e1b2801dfdab43434
Use list.js for Index listing and search
List.js - http://listjs.com/ - allows us to paginate the results
so the height does not get out of hand.
Fuzzy search would be cool: http://listjs.com/docs/fuzzysearch/
...but it gives too big of a perf hit with our 5700 items.
Might try to bribe the creator to look into perf.
Thanks a lot to David Tardon for the makefile solution and to
Christian Lohmaier for playing a rubber duck.
Change-Id: I359eed541470ccaa309b0b6ff5d809a796d9befd
Reviewed-on: https://gerrit.libreoffice.org/48335
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/helpcontent2 b/helpcontent2
index d8623712ce85..995f740adfff 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d8623712ce8523cd6d29116a5bd903e1d7edbd62
+Subproject commit 995f740adfff22aff1105a7e1b2801dfdab43434
More information about the Libreoffice-commits
mailing list