Thursday 25 November 2010 4:09:05 am
Update: I discovered by testing other classes that the subtree_array and the filter path:node_id both return the root node given in the results. So the problem seems to be that my project class objects aren't being properly indexed for some reason. If I try to do a basic search for:
{set $search=fetch( ezfind,search,
hash( 'query', '',
'filter', 'path:886' ))} Node 886 isn't returned with the results. Only its children are returned. Any idea why this may be happening?
|