[Zope] Searching: Zcatalog, what else?
Paul Winkler
pw_lists@slinkp.com
Wed, 10 Apr 2002 14:40:52 -0700
On Wed, Apr 10, 2002 at 03:26:31PM +0200, Thomas Guettler wrote:
> If your data is in an SQL-Database you could use input forms which result in
> SQL-Statements "select from table where column like <dtml-var input_field>".
Does that support full text searches? Like if I want to find
all pages which contain a certain string in the main body text?
> Or you can use ZCatalog. I didn't use ZCatalog for an sql-database yet. But
> it works fine for python products.
Thanks...
> You can keep your index always uptodate if
> you call seld.index_object every time you change properties which are cataloged.
> Your class needs to inherit from CatalogPathAware.CatalogAware.
--PW