Skip to content

Commit

Permalink
issue #422
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Sep 8, 2018
1 parent 55406be commit 3cf1c14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ public List<ItemCollection> search(String sSearchTerm, int pageSize, int pageInd
workitems.add(itemCol);
} else {
logger.warning("lucene index returned unreadable workitem : " + sID);
luceneUpdateService.removeDocument(sID);
// this situation happens if the search index returned
// documents the current user has no read access.
// this should normally avoided with the $readaccess
Expand Down

0 comments on commit 3cf1c14

Please sign in to comment.