Wayfinder sure sure is great! I had my first need to try the
includeDocs param today... however, no matter what I pass when using includeDocs, I never get any output.
Snippet call below:
[!Wayfinder? &ph=`footerLinks` &outerTpl=`footerOuterRowTpl` &rowTpl=`footerRowTpl` &startId=`0` &includeDocs=`10,30,31,39,32` &hereClass=`on`!]
Quote from: "My[+footerLinks+]
NOTE: If I use the exact same snippet call above, minus includeDocs, I get output as expected...
Does it matter that includeDocs are from an array of other places/containers?
UPDATE: I have turned on debug and also ran the generated SQL... Wayfinder is definitely running the SQL and brining back the correct documents (amongst many other)...I’m not sure where the filter process begins to truly filter down to JUST the includeDocs list of: 10,30,31,39,32, but regardless, I still get NO output??
In looking at the WF source code, includeDocs reference is minimal...it doesn’t make any sense to me why I get no output, but the SQL returns many records (and is also displayed in the debug)