Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674378 - implement search feature via lunr.js
Summary: implement search feature via lunr.js
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Devmanual Team
URL: https://github.com/gentoo/devmanual.g...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-03 02:35 UTC by Rage <oxr463>
Modified: 2019-12-19 21:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rage <oxr463> 2019-01-03 02:35:02 UTC
> Lunr enables you to provide a great search experience without the need for external, server-side, search services. --https://lunrjs.com
Comment 1 Larry the Git Cow gentoo-dev 2019-12-19 21:02:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7f13e9b5f59ee496db5b8af7ab093a17c8f76066

commit 7f13e9b5f59ee496db5b8af7ab093a17c8f76066
Author:     Lucas Ramage <ramage.lucas@protonmail.com>
AuthorDate: 2019-04-11 19:21:27 +0000
Commit:     Göktürk Yüksek <gokturk@gentoo.org>
CommitDate: 2019-12-19 20:52:49 +0000

    Implement search functionality via lunr.js
    
    Bug: https://bugs.gentoo.org/674378
    Signed-off-by: Lucas Ramage <ramage.lucas@protonmail.com>
    Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>

 .gitignore      |  1 +
 Makefile        |  6 +++++-
 devbook.xsl     | 48 +++++++++++++++++++++++++++++++++++++++++++++
 search.js       | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 search_index.py | 26 +++++++++++++++++++++++++
 5 files changed, 140 insertions(+), 1 deletion(-)
Comment 2 Göktürk Yüksek archtester gentoo-dev 2019-12-19 21:03:36 UTC
In VCS