Fediseer / fediseer

Something something stop bad instances
GNU Affero General Public License v3.0
51 stars 6 forks source link

Get Guaranters - CSV Bug #10

Open XtremeOwnageDotCom opened 1 year ago

XtremeOwnageDotCom commented 1 year ago

When specifying CSV=false, instead of getting expected details- you will instead, get a CSV

image

image

Leaving CSV=null, will produce expected results. However, setting csv to either true OR false, will produce a CSV.

db0 commented 1 year ago

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.