Michele Riva

Results 43 issues of Michele Riva

**Is your feature request related to a problem? Please describe.** We want to add a hook to be called before serving the image. **Describe the solution you'd like** We want...

**Is your feature request related to a problem? Please describe.** We want to add a hook to be called *before* serving the image. **Describe the solution you'd like** We want...

**Is your feature request related to a problem? Please describe.** As for now, Lyra is capable of indexing documents with searchable and non-searchable fields. For instance, given the following schema,...

enhancement
help wanted
discussion

**Is your feature request related to a problem? Please describe.** Right now, we're not considering how many times a term appears in a document. For instance, given the following strings:...

good first issue

**Is your feature request related to a problem? Please describe.** As for now, Lyra performs searches on individual tokens. So for example, if I have the following documents: - `"Hello...

good first issue

This PR is still a work in progress. The algorithms are just POCs and highly inefficient, once we validate the idea, I'll proceed to optimize them.

#### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added -...