Certified Backstage Associate (CBA)

TechDocs Search

Demo Search Basics

In this guide, you’ll learn how to harness the powerful search capabilities in Backstage to discover components, documentation, and even external resources—all from a single interface.

Access the Search Input

  1. In the left sidebar, click the search icon Search icon highlighted in Backstage sidebar
  2. The global search bar appears, ready to index and query across your catalog and docs.

Note

Backstage’s search is powered by a pluggable architecture. You can add or remove indexers for entities, tech docs, and third-party sources.

Backstage search spans multiple resource types:

Search ScopeDescriptionExample Query
EntitiesComponents, APIs, user groups, systemsrecommendation-service
DocumentationMarkdown files, tech docsMarkdown files, tech docsCassandra
External SourcesStack Exchange, GitHub, custom endpointssite:stackoverflow.com

Example: Find a Component

Search for the term recommendation service. Backstage will return a list of matching entities:

The image shows a dashboard interface for a "recommendation-service" in Backstage, displaying details about the service, including its description, owner, system, type, and lifecycle, along with a section for relations.

  • Click the result to open the Recommendation Service component page.
  • Review metadata, owner, lifecycle, and relationships to other services or systems.

Example: Search Within Documentation

You can also look up keywords inside your tech docs. For instance, type Cassandra to locate all references in component documentation:

The image shows a documentation page for an app, featuring various heading styles and a sidebar with navigation options like Home, APIs, and Docs.

Integrating External Search Connectors

Backstage allows you to plug in external indices—such as Stack Exchange or private GitHub repos—so your team can search Q&A threads, code snippets, or design docs without leaving the portal.

Warning

When enabling external connectors, verify API rate limits and authentication scopes to avoid indexing failures or data leaks.

Watch Video

Watch video content

Previous
Search Basics