arve0 / feathers-mongodb-fuzzy-search

Add fuzzy $search to mongodb service.find queries
https://www.npmjs.com/package/feathers-mongodb-fuzzy-search
40 stars 10 forks source link

HELP: Feathers Swagger + Fuzzy search #11

Closed ViljarVoidula closed 6 years ago

ViljarVoidula commented 6 years ago

Problem: Swagger encodes all URL in safe format fe: curl -X GET "http://localhost:3030/users?%5B%24search%5D=as" -H "accept: application/json" instead of curl http://localhost:3030/users?firstName[$search]=qwerty

Missing those brackets cause the failure - any ideas how to solve that?

I'm quite a beginner , but a lead of direction could become in handy.

ViljarVoidula commented 6 years ago

bad user - change user - solved