Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorishermans/inqu
this an implementation of a text search engine written in typescript
https://github.com/jorishermans/inqu
Last synced: 10 days ago
JSON representation
this an implementation of a text search engine written in typescript
- Host: GitHub
- URL: https://github.com/jorishermans/inqu
- Owner: jorishermans
- Created: 2020-01-28T20:20:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T02:30:41.000Z (over 2 years ago)
- Last Synced: 2023-04-03T17:32:26.934Z (over 1 year ago)
- Language: TypeScript
- Size: 6.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
### Inqu
Inqu is a full text search engine build with typescript.
#### How to use inqu?
We will add some examples here so that you can use inqu in your applications very soon.
First create an instance of Inqu
```typescript
const inquery = new Inqu(storageImpl);
```