How to build a URL with commas to query with filters using flask-wtforms jinja QuerySelectField and python operators “eq,gt,lt,et”
问题 This is a flask front end to an Accounting database. I am struggling to create a form to pass a query back to veiw function, I need to query one or more columns out of eleven columns at once, I have the code for the backend side after somebody helped me here but I dont know how to build a URL like this: books?filter=aux,eq,FILCUI&credit,eq,445663 where eq are operators from here. These I can use as a dropdown list to have "eqaul too" "greater than" "not eqaul". Brilliant Six of my eleven