feathers-mongodb-fuzzy-search icon indicating copy to clipboard operation
feathers-mongodb-fuzzy-search copied to clipboard

Add fuzzy $search to mongodb service.find queries

Results 12 feathers-mongodb-fuzzy-search issues
Sort by recently updated
recently updated
newest added

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.1 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

curl http://localhost:3030/v1/frequencies?label%5B%24regex%5D=Cobre {"name":"BadRequest","message":"Invalid query parameter $regex","code":400,"className":"bad-request","data":{"$regex":"Cobre"},"errors":{}} Failing to compose the query

I'm sorry, I am new to this and I am not sure this is the right place to post. I am trying to do a diacritic insensitive search: on the...

Due to https://github.com/feathersjs/feathers/issues/925 it seems you need to add `whitelist: [ '$regex', '$text' ]` to your service declaration(s). I did not test it however, if confirmed should be added in...

Hello, While creating text index for fields, I was not able to do it without specifying `{ default_language: 'en', language_override: 'en' }` In the documentation, you appear to simply tell...