Skip to content

Commit

Permalink
Update src/plugins/data/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: gchaps <[email protected]>
  • Loading branch information
lizozom and gchaps authored Sep 29, 2020
1 parent 79e64b7 commit 6c23345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It contains sub-services for each of those configurations:
- `data.query.filterManager` - Manages the `filters` component of a `QueryState`. The global filter state (filters that are persisted between applications) are owned by this service.
- `data.query.timefilter` - Responsible for the time range filter as well as the auto refresh behavior settings.
- `data.query.queryString` - Responsible for the query string and query language settings.
- `data.query.savedQueries` - This sub-service is responsible for persisting a `QueryState` into a `SavedObject`, so it can be restored and re-used by other applications.
- `data.query.savedQueries` - This sub-service is responsible for persisting a `QueryState` into a `SavedObject`, so it can be restored and used by other applications.

Any changes to the `QueryState` are published on the `data.query.state$`, which is useful when wanting to persist global state or run a search upon data changes.

Expand Down

0 comments on commit 6c23345

Please sign in to comment.