cast insensitive sorts using <dtml-in>?
This question is, how do I do this? I seems link an obvious thing to be able to do, but the only thing I've been able to come up with is: http://www.zope.org/Members/andym/IgnoreCase Is this really the only way to go about this? And if so, does anybody know if this patch works against 2.3? Thanks, //glw
On 8 Mar 2001, Geoffrey L. Wright wrote:
This question is, how do I do this?
(haven't tried it, but it seems right): sort_expr="_.upper(your_sort_thingie)" -- Joel Burton <jburton@scw.org> Director of Information Systems, Support Center of Washington
Yes it will work with 2.3. ----- Original Message ----- From: "Geoffrey L. Wright" <gwright@integritysi.com> To: <zope@zope.org> Sent: Thursday, March 08, 2001 7:15 AM Subject: [Zope] cast insensitive sorts using <dtml-in>?
This question is, how do I do this?
I seems link an obvious thing to be able to do, but the only thing I've been able to come up with is:
http://www.zope.org/Members/andym/IgnoreCase
Is this really the only way to go about this? And if so, does anybody know if this patch works against 2.3?
Thanks,
file://glw
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andy -
Geoffrey L. Wright -
Joel Burton