[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Search problem (newbie question)
Displaying a table of products by category, then subcategory, which
involves nested loops.
The problem is that the internal loop search doesn't generate any matches.
Is there some way to get a close look at exactly what's going into a
search for debugging purposes?
(the code)
[loop search="
se=[data session arg]
sf=super
fi=categories"]
...blah...
[loop with="-a" search="
se=[loop-data categories category]
sf=category
ac=yes
em=yes"]
...whatever...
[/loop]
[/loop]
If I replace [loop-data categories category] with an actual category name,
"...whatever..." gets executed properly. Is there some voodoo I need to
perform?
Charles Miller