-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: add search analysis module #680
Conversation
KIT-2526
KIT-2526
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Files |
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.
👍
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.
Let's avoid dayjs I think, the cost is higher than the benefits IMO.
🎉 This PR is included in version 44.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
KIT-2526
Support for SearchAnalysis endpoints. This is used in the admin currently by the Relevance inspector panel.
While the feature was being developed, and the API being not yet official/documented, we used a pattern to have a temporary platform client in the admin repo: https://github.com/coveo/admin-ui/blob/master/pages/relevance-inspector/src/temporary/TemporaryPlatformClient.ts and https://github.com/coveo/admin-ui/blob/master/pages/relevance-inspector/src/temporary/SearchAnalysisInterface.ts
Since the API is now official, we can remove that temporary code from the admin. First step is to integrate it officially with the platform-client
Acceptance Criteria