-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
Added custom_search_engine_id as mandatory for official google search #4228
Added custom_search_engine_id as mandatory for official google search #4228
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #4228 +/- ##
=======================================
Coverage 62.75% 62.75%
=======================================
Files 73 73
Lines 3367 3367
Branches 487 487
=======================================
Hits 2113 2113
Misses 1107 1107
Partials 147 147
☔ View full report in Codecov by Sentry. |
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!
…Significant-Gravitas#4228) Co-authored-by: Nicholas Tindle <[email protected]>
Background
If you miss your custom_search_engine_id in .env you will get HTTP 400
Changes
Added custom_search_engine_id as mandatory.
PR Quality Checklist