pyopenproject icon indicating copy to clipboard operation
pyopenproject copied to clipboard

refactor: support filter value type as int

Open AllenCCChen opened this issue 1 year ago • 0 comments

if value type as int, don't split it to char. value=22, "values": ["22"] value="22", "values": ["2","2"]

AllenCCChen avatar Sep 12 '24 16:09 AllenCCChen