Loading...
 
Architecture / Installation

Architecture / Installation


[SOLVED] How to find non-searchable objects in a smarty template and wikiplugin

posts: 8633 Israel

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 ?

posts: 8633 Israel

Great... 🤣

After a refresh I found out that this just work:
`{wikiplugin _name=list searchable_only="0"}`