Closed iyaozhen closed 6 years ago
If you look in the examples you will see that in order to filter by a number, the number must be surrounded by "back ticks"
search("data.fields[?class_id == `200`].orders",test)
That worked for me.
@AnalyticsSupplyLLC Thx, my mistake
This was super helpful for me. Is the need for backticks explicitly stated somewhere, besides the implicit usage in the examples and the grammar spec? If not, I'd be happy to make a PR with an update to the documentation; it would be helpful to know if I'm overlooking something.
code:
debug:
Must be that:
It is like same bug with #132