-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Updates titles in Maps docs #68703
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
[role="xpack"] | ||
[[maps-search]] | ||
== Searching your data | ||
== Search the data in a map | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Search the data in a map" and "Search data in a map" sound clunky but I am not sure how to say it any better. How about "Search across layers" or just "Search"? |
||
|
||
++++ | ||
<titleabbrev>Search data in a map</titleabbrev> | ||
++++ | ||
|
||
|
||
**Elastic Maps** embeds the search bar for real-time search. | ||
Only layers requesting data from {es} are filtered when you submit a search request. | ||
|
@@ -23,7 +28,7 @@ image::maps/images/global_search_bar.png[] | |
|
||
[role="xpack"] | ||
[[maps-create-filter-from-map]] | ||
=== Creating filters from your map | ||
=== Create filters from a map | ||
|
||
You can create two types of filters by interacting with your map: | ||
|
||
|
@@ -62,7 +67,7 @@ image::maps/images/create_phrase_filter.png[] | |
|
||
[role="xpack"] | ||
[[maps-layer-based-filtering]] | ||
=== Filtering a single layer | ||
=== Filter a single layer | ||
|
||
You can apply a search request to individual layers by setting `Filters` in the layer details panel. | ||
Click the *Add filter* button to add a filter to a layer. | ||
|
@@ -74,7 +79,7 @@ image::maps/images/layer_search.png[] | |
|
||
[role="xpack"] | ||
[[maps-search-across-multiple-indices]] | ||
=== Searching across multiple indices | ||
=== Search across multiple indices | ||
|
||
Your map might contain multiple {es} indices. | ||
This can occur when your map contains two or more layers with {es} sources from different indices. | ||
|
@@ -85,7 +90,7 @@ The most common cause for empty layers are searches for a field that exists in o | |
|
||
[float] | ||
[[maps-disable-search-for-layer]] | ||
==== Disable search for layer | ||
==== Disable search for a layer | ||
|
||
You can prevent the search bar from applying search context to a layer by configuring the following: | ||
|
||
|
@@ -95,7 +100,7 @@ You can prevent the search bar from applying search context to a layer by config | |
|
||
[float] | ||
[[maps-add-index-search]] | ||
==== Use _index in your search | ||
==== Use _index in a search | ||
|
||
Add {ref}/mapping-index-field.html[_index] to your search to include documents from indices that do not contain a search field. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this aberration needed now that the title is just Maps?