Forum OpenACS Q&A: Re: Signing variables in a list builder order by

Collapse
Posted by Brian Fenton on
To answer my own question, and in case someone else comes here looking for this, the solution is in fact very simple. You just need to sign the filter variable e.g.

lappend filter party_id:sign {where_clause {AND 1 = 1}}

If only all fixes were so easy!

Brian