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
check out http://www.zope.org/Members/Caseman/ZCatalog_for_2.3
From: "Junk" <junk@gargl.net> Date: Mon, 7 May 2001 00:44:56 +0200 To: <zope@zope.org> Subject: [Zope] question about multiple search criteria
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
marc lindahl wrote:
check out http://www.zope.org/Members/Caseman/ZCatalog_for_2.3
How does this help with the _sorting_ by multiple criteria? AFAIK, you can onyl supply one index name to the 'sort_on' attribute... cheers, Chris
participants (3)
-
Chris Withers -
Junk -
marc lindahl