biblegatewayquick
minisearch
biblegatewayquick | minisearch | |
---|---|---|
1 | 10 | |
7 | 4,992 | |
- | - | |
2.5 | 7.9 | |
4 months ago | about 2 months ago | |
JavaScript | TypeScript | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
biblegatewayquick
-
I made a Firefox extension that let's you search Bible verses.
It's totally free, you can get it the official Firefox store. You can also see a demo and more info, as well as the source code the project's Github page
minisearch
-
Character and Subsector generators for Classic Traveller, with TAS Forms!
I wrote an online catalog a while back (and I need to get back on adding graphics and products at some point). Itβs written using Eleventy and the minisearch library. The source and data are available on Github if you want to see how I did things. Iβm not a professional web designer either, but it was a fun project.
- What is your go to client-side fuzzy searching library?
-
Meilisearch v1.0 β the open-source Rust alternative to Algolia and Elasticsearch
You could have a look at https://github.com/lucaong/minisearch/
-
What do you use for site search? Custom built solution? Meilisearch? Algolia?
If you're dealing with thousands of records or less, searching titles and summaries rather than long bodies of text, I recommend looking into client-side solutions. Nothing beats the responsiveness of search-as-you-type entirely on the client side. It can be fairly sophisticated fulltext search. For example, I've built had great success with MiniSearch.
- MiniSearch β fuzzy match search in TypeScript
- Minisearch: Tiny, powerful JavaScript full-text search engine for browser, Node
-
Lyra: Fast, in-memory, typo-tolerant, full-text search engine in TypeScript
I quite enjoy minisearch[1] which is also 0 dependencies, actively maintained, and I expect would work well in a worker environment. I dropped it into a service worker and plugged it with a simple point in polygon script to enable geosearch for a recent project[2] and it played v. nicely.
[1] https://github.com/lucaong/minisearch
-
I highly recommend the Omnisearch plugin.
No magic here, the underlying engine is Minisearch, which uses the BM25 algorithm (the de facto standard among search libraries). Omnisearch adds a magic sauce during indexing by converting notes into custom objects, with the following fields: - body (the plain markdown text) - filename & yaml aliases - level 1 headers - level 2 headers - level 3 headers
-
For lovers of instant search and Ctrl+K menus, we made an open-source tool to add that to your website in 2 steps: 1. Enter your URL 2. Add code snippet to <head>. Links and code in comments!
It's actually really simple! Minisearch did most of the heavy lifting so all we needed to do was the crawling, storing and UI etc. I'd check that out if you're interested in the search part!
-
I made a tool to add instant search to your site in 2 steps: 1. Enter your URL 2. Add code snippet to <head>. Links in comments!
We use MiniSearch for searching, while fast-fuzzy is used for highlighting of detected search terms.
What are some alternatives?
CardClip - A browser extension that adds clipboard functionality for Scryfall
flexsearch - Next-Generation full text search library for Browser and Node.js
modrinthify - Redirect curseforge.com mod pages to modrinth.com when possible; Show update notifications in the browser toolbar.
orama - π A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.
SteamWebIntegration - Integrate your personal Steam information on the web, at your convenience!
lunr.js - A bit like Solr, but much smaller and not as bright
rats-search - BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
obsidian-omnisearch - A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.
itemsjs - Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Ambar - :mag: Ambar: Document Search Engine
Lyra - A simple to use, composable, command line parser for C++ 11 and beyond