From 7171609700498ad66f731b1765c967153c0994fb Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 30 Jan 2018 13:27:55 +0200 Subject: Switched from list.js to fuse.js and paginathing.js Fuse.js has Apache License 2.0 and paginathing.js has Expat License (aka MIT). Paginathing is a paginating utility and it was originally jQuery, but due to performance concerns I converted it to pure JavaScript and rather brutally adapted it to our needs. Fuse.js gives us fuzzy search with multiple strings. The settings can be refined, if needed. Settings can be easily tested with the live demo: http://fusejs.io/ Change-Id: I1cf6a6f7d06adbcac95760db90187ee26be8e908 Reviewed-on: https://gerrit.libreoffice.org/48906 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- help3xsl/online_transform.xsl | 123 +++++++++++++++++++----------------------- 1 file changed, 55 insertions(+), 68 deletions(-) (limited to 'help3xsl/online_transform.xsl') diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 00d8d69e6c..c8cf7660cf 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -133,9 +133,9 @@ - - + + @@ -258,7 +258,6 @@
    -
      @@ -296,77 +295,65 @@ -- cgit