Added more search engine tools to Search.

This commit is contained in:
Michael Royal 2023-02-11 01:23:34 -08:00 committed by GitHub
parent a2b0f75d5d
commit 958dc9d14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -854,6 +854,10 @@ Nexcloud Hub
[Cylect.io](https://cylect.io/) is the ultimate searching tool that is here to assist anyone looking for specific information through vast amounts of websites, search engines, and data collectors.
[Lyra](https://docs.lyrasearch.io/) is a fast, in-memory, typo-tolerant, full-text search engine written in TypeScript.
[Hugo Lyra](https://github.com/paolomainardi/hugo-lyra) is a typescript module for creating LyraSearch indexes for static Hugo sites, it comes with server and client libraries.
[Typesense](https://github.com/typesense/typesense) is a fast, typo-tolerant search engine for building delightful search experiences.
[Tantivy](https://github.com/quickwit-oss/tantivy) is a full-text search engine library inspired by Apache Lucene and written in Rust.