Open XtremeOwnageDotCom opened 1 year ago
When specifying CSV=false, instead of getting expected details- you will instead, get a CSV
Leaving CSV=null, will produce expected results. However, setting csv to either true OR false, will produce a CSV.
I know. For some reason regparser translates any field as true. Not sure how I can fix this except making it expect a string instead of boolean and checking it manually.
When specifying CSV=false, instead of getting expected details- you will instead, get a CSV
Leaving CSV=null, will produce expected results. However, setting csv to either true OR false, will produce a CSV.