Forum OpenACS Q&A: Re: Form Filter for Listbuilder

Collapse
Posted by Dave Bauer on
I added a boolean parameter -filter_form to template::list::create.

Now my only sticking point is creating a way to clear one filter attribute without clearing all of them. The current form code uses cookies to "remember" what filters you have applied and the values you have selected for each filter. This GREATLY simplifies the code.

Collapse
Posted by Claudio Pasolini on
In my custom solution to the problem I used ad_set_client_property to remember the filters, because if a user visits a great number of different lists his cookies could become cluttered.