I’ve inherited an ExpressionEngine/CartThrob project.
I came across the following code snippet and have been unable to find documentation that explains the pool and filters arguments.
{exp:query pool="{include_categories}" filters="{exclude_categories}" limit="9"}Can you someone point me in the right direction?
What I specifically want to do is filter the query by status=“open” but simply inserting that into the expression didn’t change the resultset.