[settings/object] fix export all button, searchType: scan is gone#6774
[settings/object] fix export all button, searchType: scan is gone#6774epixa merged 1 commit intoelastic:masterfrom
Conversation
|
What did |
|
|
|
Does it make sense to also send sort:_doc then? That looks to be the recommendation from that BC doc page. |
|
Ah. I thought it was still there, according to `elasticsearch-js: https://github.com/elastic/elasticsearch-js/blob/master/src/lib/apis/2_3.js#L5426-L5435 I suspected some mutability bug or something like that Where is it gone from exactly? |
|
LGTM |
|
One comment I have here though, is that we should really handle the Maybe: if (error) {
console.error(error);
reject(error);
return;
} |
|
This LGTM, based on the docs and the fact that I successfully exported 170 saved objects. |
… query fails. Related to elastic#6774.
## Summary `@elastic/eui@80.0.0` ⏩ `@elastic/eui@81.0.0` --- ## [`81.0.0`](https://github.com/elastic/eui/tree/v81.0.0) - Added ability to set `options.checked` to "mixed" in `EuiSelectable` ([#6774](elastic/eui#6774)) **Bug fixes** - Portalled components (e.g. `EuiPopover`, `EuiModal`, `EuiFlyout`) will correctly inherit text color from its nearest `EuiThemeProvider` parent. `<EuiText color="default">` is no longer needed. ([#6775](elastic/eui#6775)) **Breaking changes** - `EuiSelectable` no longer renders a `data-test-selected` attribute on its list items. Use the `aria-checked` property instead ([#6774](elastic/eui#6774)) - Nested `EuiThemeProvider`s now render a wrapping `<span>` element in order to correctly set the inherited text `color` of all descendants. `<EuiText color="default">` is no longer needed. ([#6775](elastic/eui#6775)) --------- Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Constance Chen <constance.chen@elastic.co>
Fixes #6414