diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-01-30 13:27:55 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@gerrit.libreoffice.org> | 2018-01-30 18:57:59 +0100 |
commit | 65de5423696882fe9ec41d96976c0b55c4b589e8 (patch) | |
tree | e5e911987e90aaf5e35cb7631a5988e22c042f42 | |
parent | 16846fd2b4343ee04b9098df9d0c60b0aed2c361 (diff) |
Updated core
Project: help e37c19a9dd3f2d3e5a31f91975ee5a8aac2dc2af
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 <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
m--------- | helpcontent2 | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/helpcontent2 b/helpcontent2 -Subproject 64187c4328623fca6c00d2f5c9f659211ee1888 +Subproject e37c19a9dd3f2d3e5a31f91975ee5a8aac2dc2a |