All Projects β†’ fergiemcdowall β†’ Search Index

fergiemcdowall / Search Index

Licence: mit
A persistent, network resilient, full text search library for the browser and Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Search Index

React Grid Table
A modular table, based on a CSS grid layout, optimized for customization.
Stars: ✭ 57 (-95.18%)
Mutual labels:  search
Ynsearch
πŸ” Awesome fully customize search view like Pinterest written in Swift 5.0 + Realm support!
Stars: ✭ 1,131 (-4.4%)
Mutual labels:  search
Awesome Solr
A curated list of Awesome Apache Solr links and resources.
Stars: ✭ 69 (-94.17%)
Mutual labels:  search
Middleman Search
LunrJS-based search for Middleman
Stars: ✭ 57 (-95.18%)
Mutual labels:  search
Korea Startups
🌟 κ΅­λ‚΄ μŠ€νƒ€νŠΈμ—… λͺ©λ‘ 및 μ„€λͺ… 🌟
Stars: ✭ 63 (-94.67%)
Mutual labels:  search
Foselasticabundle
Elasticsearch PHP integration for your Symfony project using Elastica.
Stars: ✭ 1,142 (-3.47%)
Mutual labels:  search
Wendy Android
Build offline first Android mobile apps. Remove loading screens, perform tasks instantly.
Stars: ✭ 56 (-95.27%)
Mutual labels:  offline-first
Photon
an open source geocoder for openstreetmap data
Stars: ✭ 1,177 (-0.51%)
Mutual labels:  search
Google Search
scrape google search results
Stars: ✭ 62 (-94.76%)
Mutual labels:  search
Findsploit
Find exploits in local and online databases instantly
Stars: ✭ 1,160 (-1.94%)
Mutual labels:  search
Fsq
A tool for querying the file system with a SQL-like language.
Stars: ✭ 60 (-94.93%)
Mutual labels:  search
Stf Vue Select
stf vue select - most flexible and customized select
Stars: ✭ 61 (-94.84%)
Mutual labels:  search
Shopping List
A series of Offline First shopping list demo apps, each built using a different stack.
Stars: ✭ 68 (-94.25%)
Mutual labels:  offline-first
Django Tsvector Field
Django field for tsvector (PostgreSQL full text search vector) with managed stored procedure and triggers.
Stars: ✭ 56 (-95.27%)
Mutual labels:  search
Flow
A realtime log analyzer
Stars: ✭ 69 (-94.17%)
Mutual labels:  search
Alfred Appscripts
Alfred workflow to search and run/open AppleScripts for the active application
Stars: ✭ 56 (-95.27%)
Mutual labels:  search
Simple Jekyll Search
A JavaScript library to add search functionality to any Jekyll blog.
Stars: ✭ 1,133 (-4.23%)
Mutual labels:  search
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-93.83%)
Mutual labels:  search
Dagger2 Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Stars: ✭ 72 (-93.91%)
Mutual labels:  offline-first
Automator
Various Automator and AppleScript workflow and scripts for simplifying life
Stars: ✭ 68 (-94.25%)
Mutual labels:  search

search-index

A network resilient, persistent full-text search library for the browser and Node.js

Gitter npm npm license Build Status JavaScript Style Guide

Quick start

const si = require('search-index')

// initialize an index
const { PUT, QUERY } = await si()

// add documents to the index
await PUT( /* objects */ )

// read documents from the index
const results = await QUERY( /* query */ )

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].