Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashmeh/searchit
A search engine for searching contents using fuzzy search technique.
https://github.com/yashmeh/searchit
Last synced: about 11 hours ago
JSON representation
A search engine for searching contents using fuzzy search technique.
- Host: GitHub
- URL: https://github.com/yashmeh/searchit
- Owner: YashMeh
- Created: 2019-02-15T20:59:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T23:13:27.000Z (over 3 years ago)
- Last Synced: 2023-03-02T14:43:34.443Z (over 1 year ago)
- Language: HTML
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
***
This is a search engine for performing fuzzy search using elasticsearch.js#### Pre-requesties
***
- npm >3.5#### Installation
***
npm install#### Running
***
```bash
node server.js
```