feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Correct syntax of $in example in querying.md #1512

Closed devashishsethia closed 3 years ago

devashishsethia commented 3 years ago

$in expects an array. So, this breaks if there is a single item. e.g. GET GET /messages?roomId[$in]=2 will fail. Please see here: https://feathersjs.slack.com/archives/C0HJE6A65/p1610228957226400

daffl commented 3 years ago

Thank you!