# Advanced Global Search **[STARTER ONLY]** > - [Introduced][ee-109] in GitLab [Starter][ee] 8.4. > - This is the user documentation. To install and configure Elasticsearch, > visit the [administrator documentation](../../integration/elasticsearch.md). NOTE: **Note** Advanced Global Search (powered by Elasticsearch) is not yet available on GitLab.com. We are working on adding it. [Follow this epic for the latest updates](https://gitlab.com/groups/gitlab-org/-/epics/153). Leverage Elasticsearch for faster, more advanced code search across your entire GitLab instance. ## Overview The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project. GitLab leverages the search capabilities of [Elasticsearch] and enables it when searching in: - GitLab application - Projects - Repositories - Commits - Issues - Merge requests - Milestones - Notes (comments) - Snippets - Wiki ## Use cases The Advanced Global Search can be useful in various scenarios. ### Faster searches If you are dealing with huge amount of data and want to keep GitLab's search fast, the Advanced Global Search will help you achieve that. ### Promote innersourcing Your company may consist of many different developer teams each of which has their own group where the various projects are hosted. Some of your applications may be connected to each other, so your developers need to instantly search throughout the GitLab instance and find the code they search for. ## Searching globally Just use the search as before and GitLab will show you matching code from each project you have access to. ![Advanced Global Search](img/advanced_global_search.png) You can also use the [Advanced Syntax Search](advanced_search_syntax.md) which provides some useful queries. >**Note:** Elasticsearch has only data for the default branch. That means that if you go to the repository tree and switch the branch from the default to something else, then the "Code" tab in the search result page will be served by the regular search even if Elasticsearch is enabled. [ee-1305]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1305 [aws-elastic]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-gsg.html [aws-iam]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html [aws-instance-profile]: http://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-create-iam-instance-profile.html#getting-started-create-iam-instance-profile-cli [ee-109]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/109 "Elasticsearch Merge Request" [elasticsearch]: https://www.elastic.co/products/elasticsearch "Elasticsearch website" [install]: https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html "Elasticsearch installation documentation" [pkg]: https://about.gitlab.com/downloads/ "Download Omnibus GitLab" [elastic-settings]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html#settings "Elasticsearch configuration settings" [ee]: https://about.gitlab.com/pricing/ [es]: https://www.elastic.co/products/elasticsearch