Currently the form always does an auto_query ... but presumably I added get_valid_filters in 1c77c87 so that I could expose that as a choice on the form and do that instead.
Trouble is probably, that some fields don't make sense for some filters (range probably isn't useful for text strings, etc)
Currently the form always does an
auto_query... but presumably I addedget_valid_filtersin 1c77c87 so that I could expose that as a choice on the form and do that instead.Trouble is probably, that some fields don't make sense for some filters (range probably isn't useful for text strings, etc)