-
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
[Serverless Search] Index documents can be browsed in index management #172635
[Serverless Search] Index documents can be browsed in index management #172635
Conversation
...ck/plugins/serverless_search/public/application/components/index_documents/documents_tab.tsx
Outdated
Show resolved
Hide resolved
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.
Overall this is looking good
...ck/plugins/serverless_search/public/application/components/index_documents/documents_tab.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/serverless_search/public/application/components/index_documents/documents.tsx
Outdated
Show resolved
Hide resolved
const from = page * size; | ||
|
||
const searchResults = await fetchSearchResults(client, indexName, searchQuery, from, size); | ||
// console.log('searchResults', from, size); |
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.
left over
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.
Good catch, let me see if I can find any more of these
...ck/plugins/serverless_search/public/application/components/index_documents/documents_tab.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.test.ts
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
Note to reviewers: 05bfcd9d3161c31d078cad8cd34646b090ce5a7b is test commit to to confirm that Page load bundle size in this Post build CI error is dependent on the new package introduced in |
3b1d0e2
to
c5c8af0
Compare
c5c8af0
to
bd0562a
Compare
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
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.
LGTM!
This PR adds functionality to browse index documents in a index management app.
Screen Recording
browse.document.in.index.mmangement.page.mov
Checklist
Delete any items that are not applicable to this PR.