1.0.5 • Published 1 year ago

@chronicstone/mongoose-search v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MONGOOSE SEARCH ENGINE

npm version npm downloads

What is it ?

This package is an nestjs abstraction layer built on top of mongoose aggregation framework, that allows you to perform advanced filtering / searching / pagination on deeply neested / aggregated models.

Features:

  • Dynamic aggregation & projection : Load only what you need
  • Very advanced filtering / searching capabilities
  • Server-side pagination, sorting, ...
  • Test with vitest

To skip CI (GitHub action), add skip-ci to commit message. To skip release, add skip-release to commit message.

Install

npm i @chronicstone/mongoose-search

Usage

--Soon--