Closed rdmarsh closed 9 months ago
Describe the bug When using mulitple filters that are seperated by commas, they aren't parsed correctly. The letter before the comma is truncated:
eg:
elm -vv CollectorGroupList -F autoBalance:false,numOfCollectors\>1 -f autoBalance,name,numOfCollectors
The "false" becomes "fals".
To Reproduce Steps to reproduce the behavior:
Expected behavior Using the comma to seperate filter items does not truncate text
Desktop (please complete the following information):
Fixed issue with 3b98a3d
Describe the bug When using mulitple filters that are seperated by commas, they aren't parsed correctly. The letter before the comma is truncated:
eg:
elm -vv CollectorGroupList -F autoBalance:false,numOfCollectors\>1 -f autoBalance,name,numOfCollectors
The "false" becomes "fals".
To Reproduce Steps to reproduce the behavior:
Expected behavior Using the comma to seperate filter items does not truncate text
Desktop (please complete the following information):