Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);
```