Replies: 1 comment
-
The v5 query schema validators should catch this and only coerce valid numbers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please try:
Not sure if it is Knex or Feathers problem. The a100 is treated to be 0 (integer) in the query object:
query: {
'$skip': 0,
'$limit': 20,
year: 'a100'
}
Beta Was this translation helpful? Give feedback.
All reactions