filterBy not distinguish positive and negative number
未關閉
- 主要語言
- JavaScript
- 星號
- 2.9k
- 分支
- 319
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Considering this code
``` javascript
block in orderjson.Blocks | filterBy: ['ID_Block']: block_NM.ID_Block
```
if ID_Block have on array values [1, -1,3,5] and filter is set to 1.
I expect to print just first value, but filter print also -1 because comparision consider 1,-1 the same.
On the flipside of the coin, using only positive values it works fine (no duplicates).
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。