diff options
Diffstat (limited to 'inc/indexer.php')
-rw-r--r-- | inc/indexer.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index ce58f47a7..747463d0f 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -199,6 +199,9 @@ function idx_writeIndexLine($fh,$line,$pid,$count){ * Takes an array of word and will return a list of matching * documents for each one. * + * Important: No ACL checking is done here! All results are + * returned, regardless of permissions + * * @author Andreas Gohr <andi@splitbrain.org> */ function idx_lookup($words){ |