Harry Spier wrote at 2006-8-20 05:51 -0400:
>I am building a website with a MYSQL database of text documents (several 
>thousand).  I need to construct a feature similar to a "find in files" of a 
>text editor.

Looks as if you would need text indexing in MySQL.
Check whether MySQL does support this.

If not, you might be able to use Zope's search engine ("ZCatalog")
to index MySQL content. There is a (very old) HowTo, something
along the line "ZCatalog everything".



-- 
Dieter
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db

Reply via email to