﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17210	Make NullBooleanSelect for NullBooleanField pass true/false as a GET parameter	anatoly techtonik <techtonik@…>	Basil Dubyk	"Currently, NullBooleanSelect uses form with the following parameters:

{{{
choices = ((u'1', ugettext('Unknown')), (u'2', ugettext('Yes')), (u'3', ugettext('No')))
}}}

which generates URLs like `?param=3` for `Param: No` selection and `?param=1` for `Param: Unknown`. This makes URLs pretty counter-intuitive for search forms. For example, imaging search for issues. If you need to find all closed issues, the URL will be `?closed=3`, not `?closed=1` as you may assume for boolean field.

It will be more user-friendly to generate `param=`, `param=true` and `param=false` for boolean field URLs."	Cleanup/optimization	closed	Forms	dev	Normal	fixed			Accepted	1	0	0	0	0	1
