brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.09k stars 125 forks source link

Add More Maintainers #64

Open sandstrom opened 3 years ago

sandstrom commented 3 years ago

@brianreavis Would you be open to adding more maintainers to this repo?

For example, you could ask someone among the current forks, or someone who has submitted PRs (pending or merged ones).

This is an awesome library but there are some minor things that could be polished, e.g. the security warning from minimist and possibly deprecating (or extracting) the CLI stuff.

sandstrom commented 3 years ago

friendly ping @brianreavis

sandstrom commented 3 years ago

friendly ping @brianreavis 😄

sandstrom commented 2 years ago

In case anyone is looking for an alternative to this library, I think MiniSearch is a great alternative.