splittingred / SimpleSearch

A simple search component for MODx Revolution
http://docs.modxcms.com/display/ADDON/SimpleSearch
36 stars 36 forks source link

Deleted or unpublished resources in results? #70

Open wuuti opened 11 years ago

wuuti commented 11 years ago

How does SimpleSearch handle unpublished or deleted documents? On one of our installations SimpleSearch returns search results for unpublished and/or deleted resources. According to rtfm documentation there is no parameter to control that behaviour except "hideMenu". I have to test this with other installations, but maybe it is a bug - search should not return results for unpublished or deleted documents. Maybe it would be a good idea to add parameters "hideUnpublished" and "hideDeleted" (handle it like getResources) to give explicit control.