Closed crhistianramirez closed 2 years ago
If you pass a filter to a list call where the value is zero then it is dropped. For example:
Products.List({ filters: { SpecCount: 0 } })
The above will list products without the SpecCount=0 filter applied. This is related to #66
Resolved in release 4.9.9
If you pass a filter to a list call where the value is zero then it is dropped. For example:
The above will list products without the SpecCount=0 filter applied. This is related to #66