Wednesday 08 July 2009 8:06:34 am
Hi. I know the title of my topic is not really clear, but i try to explain. We're working in a big site, with a good nomber of content objects. At the moment we are developing the first part of the site and we already have about 9000 content objects. Each one can have comments under them. There are many ways to categorize the content. For example, for restaurants, we have the price, the type of food they cook, the location and so on. We have added custom datatypes and tell ezfind to index then in certain ways. We've read about the posibility of using
{fetch('ezfind', 'search', hash( )}
to do listings and that's really nice, because in, other way, we have to built a complex extended attribute filter to solves our needs. Finally, the questions. We can index all the values we have in datatypes, but is there any way to index related things to the restaurants that are not stored in ezcontentobjectattribute table?
i'm thinking about the posibility of usign ezfind to get the best rated restaurant, or things like that. We don't want "votes" being an attribute of any class. Is there any way to do this without touching the php files from the ezfind extension? Thanks a lot.
|