microsite/blog/2022-07-19-releasing-backstage-search-1.0.mdx
TL;DR If you’ve been waiting for Backstage Search to come out of beta, we’re excited to announce that Backstage Search 1.0 is here!
We first released the Backstage Search Platform over a year ago. Backstage Search Platform is a search experience built for you, by you.
Backstage Search Platform makes it possible for you to search across your entire software ecosystem. With a Search platform that is customizable and extendable, you can identify your needs within your organization and set up search to solve these problems. Whether it is to search through the Software Catalog or technical documentation generated by the TechDocs plugin.
Since the first release of the Backstage Search Platform, we have seen a fantastic community grow around the search plugins. To mention just a few of these contributions:
These are just a few contributions of the countless enhancements and improvements made by contributors across the globe. With a well adopted and tested search platform we feel confident to release Backstage Search as 1.0.
Packages included in Backstage Search 1.0 release are:
Core search packages
Modules
No additional features are released as part of the major release as the maintainers of the search packages focused on the following for this release:
@backstage/plugin-search to @backstage/plugin-search-react.You might have noticed that the @backstage/plugin-search-backend-module-pg package is not part of 1.0. That’s because that package is a community supported module, and therefore we have not included it as part of 1.0. If you are interested in pushing the Postgres engine to 1.0, feel free to reach out to us in the #search channel on Discord.
When the Backstage Search Platform was first released, it came with an in-memory search engine as default - Lunr. While this is a good engine to use on a smaller scale and for local development (to avoid having to set up a search engine instance separately), it also has its limitations such as:
Therefore, we recommend using Elasticsearch for production usage. Moving forward, the search maintainers will prioritize the Elasticsearch engine while we’ll rely on the community to maintain the Postgres engine.
If you want to contribute and to further improve search, you can check out the open issues labeled with search or reach out to us at the #search Discord channel.
If you haven’t adopted the Backstage Search Platform yet and feel like now is a good time. Head over to the getting started docs.