Commit 53a8c352 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'cz-elasticsearch-index-all-project-clarification' into 'master'

Add explanation on indexing and searching private projects

See merge request gitlab-org/gitlab!56692
parents 1ca22659 e08ff9f5
......@@ -944,3 +944,10 @@ sudo gitlab-rake gitlab:elastic:index
cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:elastic:index
```
### How does Advanced Search handle private projects?
Advanced Search will store all the projects in the same Elasticsearch indexes,
however searches will only surface results that can be viewed by the user.
Advanced Search will honor all permission checks in the application by
filtering out projects that a user does not have access to at search time.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment