-
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] Added relevance tuning search preview #93054
Conversation
22b7227
to
d495903
Compare
...tions/app_search/components/relevance_tuning/relevance_tuning_form/relevance_tuning_form.tsx
Show resolved
Hide resolved
@@ -82,10 +84,12 @@ export const RelevanceTuning: React.FC<Props> = ({ engineBreadcrumb }) => { | |||
|
|||
return ( | |||
<EuiFlexGroup> |
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.
@daveyholler not sure if you want to weigh in on this one, but if we're following the old standalone UI it looks like this shouldn't be stretching the preview panel to match the left column height:
<EuiFlexGroup> | |
<EuiFlexGroup alignItems="flexStart"> |
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.
...arch/public/applications/app_search/components/relevance_tuning/relevance_tuning_preview.tsx
Outdated
Show resolved
Hide resolved
...arch/public/applications/app_search/components/relevance_tuning/relevance_tuning_preview.tsx
Show resolved
Hide resolved
...arch/public/applications/app_search/components/relevance_tuning/relevance_tuning_preview.tsx
Outdated
Show resolved
Hide resolved
Just wanted to say thanks so much for splitting this up / making this a super small and easy to review. Seriously made a huge difference for me mentally to be able to sit down and knock it out in one sitting. 🙇♀️ |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
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.
Changes look great - thanks Jason!
* master: (107 commits) [Logs UI] Fix log stream data fetching (elastic#93201) [App Search] Added relevance tuning search preview (elastic#93054) [Canvas] Fix reports embeddables (elastic#93482) [ILM] Added new functional test in ILM for creating a new policy (elastic#92936) Remove direct dependency on statehood package (elastic#93592) [Maps] Track tile loading status (elastic#91585) [Discover][Doc] Improve main documentation (elastic#91854) [Upgrade Assistant] Disable UA and add prompt (elastic#92834) [Snapshot Restore] Remove cloud validation for slm policy (elastic#93609) [Maps] Support GeometryCollections in GeoJson upload (elastic#93507) [XY Charts] fix partial histogram endzones annotations (elastic#93091) [Core] Simplify context typings (elastic#93579) [Alerting] Improving health status check (elastic#93282) [Discover] Restore context documentation (elastic#90784) [core-docs] Edits core-intro section for the new docs system (elastic#93540) add missed codeowners (elastic#89714) fetch node labels via script execution (elastic#93225) [Security Solution] Adds getMockTheme function (elastic#92840) Sort dependencies in package.json correctly (elastic#93590) [Bug] missing timepicker:quickRanges migration (elastic#93409) ...
Co-authored-by: Jason Stoltzfus <[email protected]>
Summary
This PR adds the Preview section to the Relevance Tuning view
ent-search version, for comparison:
Some things to note:
Checklist
Delete any items that are not applicable to this PR.
For maintainers