Yep, though it would be nice if there was a way to import re for regex substitutions within ttw python scripts... Instead, I guess I will just implement a method within the primary site container class in my Python product and just have my presentation methods acquire it... I'll might also follow Deiter's advice and borrow code from UnTextIndex to split the query. Sean -----Original Message----- From: marc lindahl [mailto:marc@bowery.com] Sent: Sunday, July 08, 2001 12:19 AM To: sean.upton@uniontrib.com; zope@zope.org Subject: Re: [Zope] Searching ZCatalog - sub-words?
From: sean.upton@uniontrib.com
search for engineer was actually rewritten as a search for "engineer*" instead. I suppose that one could rewrite
That'd be easy in python... _______________________________________________ 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 )