[SOLVED] How to find non-searchable objects in a smarty template and wikiplugin
Hello,
Categories are a non-searchable object.
On a wiki page if I want to list the deepcategories under a category I can use:
`{LIST(searchable_only="0")}`
However how can I do the same, set a "searchable_only" within a smarty template ?