diff --git a/src/_product-updates/2026-03-31-search-in-all-apis.md b/src/_product-updates/2026-03-31-search-in-all-apis.md new file mode 100644 index 00000000..981c7cbc --- /dev/null +++ b/src/_product-updates/2026-03-31-search-in-all-apis.md @@ -0,0 +1,12 @@ +--- +title: Search in all APIs +tags: [Improvement] +--- + +Until now, running a search inside an API doc could only search the active doc. **With search scopes, you can now search an entire hub without leaving the API doc.** This one-click switch from a doc-only search to a global hub-search ensures your users no longer get stuck with an empty search results list and no follow-up actions. + +![Search scopes changed to "Search in all APIs" after an empty results list](/docs/images/changelog/search-scopes.gif) + +You can change the default search scope (current API or global) in your hub settings. API users can individually activate/deactivate it in the API search modal. + +Any requests or feedback? Reach out at [hello@bump.sh](mailto:hello@bump.sh)! \ No newline at end of file diff --git a/src/docs/images/changelog/search-scopes-setting.png b/src/docs/images/changelog/search-scopes-setting.png new file mode 100644 index 00000000..70a66f20 Binary files /dev/null and b/src/docs/images/changelog/search-scopes-setting.png differ diff --git a/src/docs/images/changelog/search-scopes.gif b/src/docs/images/changelog/search-scopes.gif new file mode 100644 index 00000000..0b21e05d Binary files /dev/null and b/src/docs/images/changelog/search-scopes.gif differ