From 7d26554c02897e1c5748e22928f43de410cb72be Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Sun, 22 Aug 2021 22:46:02 +0800 Subject: [PATCH] update(library-web): text and document search library --- notes/web/frameworks/libraryBasicNotes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notes/web/frameworks/libraryBasicNotes.md b/notes/web/frameworks/libraryBasicNotes.md index 99aeffaead..1954397398 100644 --- a/notes/web/frameworks/libraryBasicNotes.md +++ b/notes/web/frameworks/libraryBasicNotes.md @@ -706,7 +706,9 @@ - [React Search Bar](https://github.com/searchkit/searchkit) - [SearchKit](https://github.com/searchkit/searchkit) -- [Full Text Search Engine](https://github.com/olivernn/lunr.js) +- [Lunr.js: Full text search engine](https://github.com/olivernn/lunr.js) +- [Solr: A solr client for node.js](https://github.com/lbdremy/solr-node-client) +- [Docusaurus plugin: Local search plugin based on lunr.js](https://github.com/easyops-cn/docusaurus-search-local) ## CLI