kibana/docs/code/code-search.asciidoc
2019-06-14 12:31:20 -07:00

24 lines
1.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[[code-search]]
== Search
[float]
==== Typeahead search
The search bar is designed to help you find what you're looking for as quickly as possible. It shows `Symbols`, `Files`, and `Repos` results as you type. Clicking on any result takes you to the definition. You can use the search type dropdown to show all types of results or limit it to a specific search type.
[role="screenshot"]
image::images/code-quick-search.png[]
[float]
==== Full-text search
If the quick search results dont contain what you are looking for, you can press Enter to conduct a full text search.
[role="screenshot"]
image::images/code-full-text-search.png[]
You can further refine the results by using the repo and language filters on the left.
[float]
==== Search filter
You can also use the Search Filters to limit the search scope to certain repos before issuing a query. To search across all repos, remove any applied repo filters. By default, search results are limited to the repo you're currently viewing.
[role="screenshot"]
image::images/code-search-filter.png[]
include::code-multiple-kibana-instances-config.asciidoc[]