Add support for showPerformanceDetails in search endpoints#468
Add support for showPerformanceDetails in search endpoints#468ikramhasan wants to merge 1 commit intomeilisearch:mainfrom
Conversation
📝 WalkthroughWalkthroughThe PR adds support for Meilisearch 1.35.0's Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Strift
left a comment
There was a problem hiding this comment.
Hello @ikramhasan, and thank you for your contribution 🙌
LGTM!
Unfortunately, the tests are failing right now, and I don't have time to investigate further. Any help would be appreciated 🙏
Pull Request
Add support for
showPerformanceDetailsRelated issue
Resolves #466
What does this PR do?
showPerformanceDetailsrequest parameter toSearchQueryandIndexSearchQueryperformanceDetailsresponse field toSearcheable,SearchResult, andPaginatedSearchResultas rawMap<String, dynamic>?Tested with this code:
Result:
Summary by CodeRabbit
New Features
Tests