@paul - I would like to see jrSeamless work for this application since the module seems to be built for exactly this situation. So naturally I am trying this first. The basics are working, but I cannot seem to get search to work for me.
Here is my initiating code (incomplete, just focused on discussion_type for the moment):
{jrSeamless_list modules="jrBlog,jrDiscussion" order_by="_updated desc" limit="15"
search="discussion_type != 'cat'"
template="columnists_item_list.tpl"}
For performance reasons, I would like to exclude all cat discussion_types rather than skip them in the presentation template. However, the search above does not seem to work. The discussion_type cat items are included in the items list.
Also, is there any way to introduce an OR into the search? The documentation seems to indicate using comma-separated conditions in the order of the modules. That does not seem to work but I suspect it is because I am using an improper search syntax.
I will keep poking around, but I wanted to get my question enqueued in the meantime. Thanks.
--
TiG
updated by @tig: 10/17/17 11:04:58AM