Re: ZOPE and "find in files feature"
"Dieter Maurer" <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
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