-
Steps to reproduce
I got error : Invalid query parameter title $regex I thought this was an error that occurred in QueryValidator on service hooks, but it was not. I resolved it append operators:['$regex'] to service class constructor options.
but, there was a difference from the documentions.
"deprecated and not necessary". but the operator option was required. I read source code of @feathersjs/mongodb version 5.0.21 and Expected behavior
I believed that using queryValidator in the hooks would make that operator option unnecessary, but it still seems to be needed. I think this feathers framework is really excellent and I use it as my main framework. I'm posting this issue so other developers can find it when they search for similar problems. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This should indeed not be necessary. |
Beta Was this translation helpful? Give feedback.
This should indeed not be necessary.