Fetch on single keyword and random objects

Fetch on single keyword and random objects

Tuesday 11 January 2005 2:07:26 pm - 2 replies

Author Message

Gabriel Ambuehl

Wednesday 12 January 2005 12:02:18 am

Two ways: either use content,search instead of content,fetch or use object relations to assemble the keywords (this can potentially lead to a lot of objects you link to, though), the second way is what I did on a page to easily have topic maps.

Visit http://triligon.org

Tore Skobba

Wednesday 12 January 2005 12:05:17 pm

Are you sure this would work for my solution, basically I need this kind of algorithm.

{section loop=$node.keywords}
   Keyword{$item.name}
   {section loop=fetch(all images having keyword $item.name}
      {display iamge}
   {section}
{/section}

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.