eugeneware / eugeneware/fulltext-engine

only one match

Open
#1 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
33
Forks
3
PR merge metrics
No merged PRs in 30d

Description

[This script](https://gist.github.com/juliangruber/7180723) searches for `ma` in a database full of all possible 3 character names, and it should find everything from `maa` to `maz`, but only finds `mas`.

Here is the test output:

``` bash
$ node index.js
inserted 17576 values (took 1976ms)
querying for ma
{ name: 'mas' }
{ indexHits: 1, dataHits: 1, matchHits: 1 }
1 out of 17576 names match (took 274ms)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.