Thursday 22 January 2009 8:13:42 am
You can also try to split thesearch request, and add the results together. Something like: {set $myfirstresult=fetch(content,search, hash(.... {set $mysecondresult=fetch(content,search, hash(....
Then you have to manually append every entry from $mysecondresult to the first one. To avoid multiple results check the object id before appending. You can also use the arraysortoperator extension give the results a better order.
www.all2e.com
|