how can I make one search engine on my content component ? I must use regex in big loop on all content component data ?
You just have to setup a catalog (in zope.app.catalog) and a set of indexes corresponding with your search criterias
Take a look at "zc.catalog" from SVN to get access to a set of additionnal indexes, as well as TextIndexNG to get a complete full-text indexer.
|
Thierry Florac --
|
_______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
