[Zope] question about multiple search criteria
Junk
junk@gargl.net
Mon, 7 May 2001 00:44:56 +0200
hello, world!
i have this database wich i want to sort by multiple criteria (12 criteria)
so i would have to search a zcatalog with those and i heard that quite a lot
of people don't trust the zcatalog and it just doesn't seem to be *right*.
is it cleaner to do it in some sort of relational database and make sql
queries on it ?
it **seems** to me that it would be better to do it this way, but i'm not
sure, any ideas on how to do it ?
Junk