I created a custom search module using DMX.Services.SearchController.Search() for the meat of the processing. The module is working well, but just noticed that file permissions are not being observed, as the search results allow all files to be returned even if permissions for all users has been removed. I was originally thinking the permissions were accounted for with the Search method, but I guess not. Any help on resolving this issue would be greatly appreciated. Thanks! |