Files
backstage/plugins/search-backend
MT Lewis 3123c16a0a search: fix incorrect metadata due to inconsistent package name
According to the usual Backstage package naming
conventions, @backstage/plugin-search-backend-node
should be called @backstage/plugin-search-node.
Because of this mismatch, metadata was generated
incorrectly.

Adjust the metadata in all search packages to
include the node package, and fix the pluginId in
the node package itself.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
Co-authored-by: Jack Palmer <jackpalmer@spotify.com>
2024-08-01 11:41:34 +01:00
..
2024-07-30 12:26:11 +00:00
2024-03-01 14:29:44 +01:00

search-backend

This plugin is part of a suite of plugins that comprise the Backstage search platform. This particular plugin responsible for exposing a JSON API for querying a search engine.

Documentation on how to develop and improve the search platform is currently centralized in the search plugin README.md.

For a better overview of how the search platform is put together, check the Backstage Search Architecture documentation.