Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of lykmapipo/mongoose-regex-search

Account's avatar
lykmapipo/common
Helper utilities for day to day development
Account's avatar
lykmapipo/env
Helper utilities for accessing environment variables
Account's avatar
lykmapipo/mongoose-common
Re-usable helpers for mongoose
Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Babel command line
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
babel require hook
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
conventional-changelog/commitlint
Lint all relevant commits for a change or PR on Travis CI
Account's avatar
lykmapipo/mongoose-faker
mongoose plugin to generate fake model data
Account's avatar
lykmapipo/mongoose-test-helpers
mongoose test helpers
Account's avatar
lykmapipo/test-helpers
Sensible test helpers
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
commitizen/cz-cli
Git commit, but play nice with conventions.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
docsbydoxdox/doxdox
Main package for doxdox.
Account's avatar
airbnb/javascript
Airbnb's base JS ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
lo1tuma/eslint-plugin-mocha
Eslint rules for mocha.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
lob/generate-changelog
Generate a changelog from git commits.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
Automattic/mongoose
Mongoose MongoDB ODM
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
rollup/rollup
Next-generation ES module bundler

Support the repos that depend on this repository

Top contributors

lykmapipo's profile
lykmapipo
121 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
lykmapipo

lykmapipo/mongoose-regex-search

mongoose plugin to regex search on schema searchable fields

JavaScript
11
0
MIT License

This project is a Mongoose plugin called `mongoose-regex-search` that adds regex search functionality to Mongoose schemas. It allows developers to easily search string fields (including embedded documents) within their MongoDB collections using regular expressions. This plugin is intended for developers using Node.js, MongoDB, and Mongoose who need flexible and powerful search capabilities.