I'm trying to exclude content that's protected by FrontEndUsers/CustomContent from being returned using the core Search module.
The content I want excluded is the summary from the Uploads module.
The summary is using the minimal template, and I've added:
Code: Select all
<!-- pageAttribute: NotSearchable -->
The uploads listing is still indexed and returned by the search.
The summary page is set to not cacheable, I've manually cleared the cache and done a search reindex - still the page gets searched.
I then tried adding the modules='news,cataloger' parameter to the {search} tag to keep the search out of the upload modules and now nothing is returned for any query!
Can anybody shed any light on this - going nuts here!!
Versions: CMS 1.1, Search 1.3, Uploads 1.3.0-beta3, FrontEndUsers 1.2.0, CustomContent 1.4.6