-
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
[App Search] Add logic and routes for Search UI #98641
[App Search] Add logic and routes for Search UI #98641
Conversation
42343c2
to
f684afb
Compare
@@ -100,6 +100,17 @@ describe('EnterpriseSearchRequestHandler', () => { | |||
}); | |||
}); | |||
|
|||
it('passes a body if that body is a string buffer', async () => { |
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.
Added this for code coverage which was missing
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.
Nice catch!
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.
All optional comments, some naming suggestions. Mostly just looking for thoughts or an initial response, feel free to push back - I'll approve after this round!
x-pack/plugins/enterprise_search/server/routes/app_search/reference_application.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/enterprise_search/server/routes/app_search/reference_application.test.ts
Outdated
Show resolved
Hide resolved
.../plugins/enterprise_search/public/applications/app_search/components/search_ui/search_ui.tsx
Outdated
Show resolved
Hide resolved
...ins/enterprise_search/public/applications/app_search/components/search_ui/search_ui_logic.ts
Outdated
Show resolved
Hide resolved
...ins/enterprise_search/public/applications/app_search/components/search_ui/search_ui_logic.ts
Outdated
Show resolved
Hide resolved
...ins/enterprise_search/public/applications/app_search/components/search_ui/search_ui_logic.ts
Outdated
Show resolved
Hide resolved
...ins/enterprise_search/public/applications/app_search/components/search_ui/search_ui_logic.ts
Outdated
Show resolved
Hide resolved
@@ -100,6 +100,17 @@ describe('EnterpriseSearchRequestHandler', () => { | |||
}); | |||
}); | |||
|
|||
it('passes a body if that body is a string buffer', async () => { |
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.
Nice catch!
…rence_application.test.ts Co-authored-by: Constance <[email protected]>
…h/components/search_ui/search_ui.tsx Co-authored-by: Constance <[email protected]>
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.
Sweeeet! Awesome stuff!
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Jason Stoltzfus <[email protected]>
Summary
Routing and logic for Search UI
Checklist
Delete any items that are not applicable to this PR.
For maintainers