rename plugin-search-indexer to plugin-search-backend-node

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Anders Näsman
2021-03-17 10:12:44 +01:00
committed by Eric Peterson
parent 0057692401
commit 124b93bff4
12 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ In order to work on this new search platform, you will need to be aware of the f
- **In-development app search route**: The new search platform will move the primary search page to the App-level, out of the search plugin. For now, to ensure the old experience is still easy to test, you can work on the new platform at `/search-next` instead of `/search`.
- **App SearchPage Component**: You'll find a new search page under `/packages/app/src/components/search`. When ready, we'll add an equivalent page to the `@backstage/create-app` template.
- **Backend**: Don't forget, a lot of functionality will be made available in backend plugins:
- `@backstage/plugin-search-indexer-backend`, which is responsible for the search index management
- `@backstage/plugin-search-backend-node`, which is responsible for the search index management
- `@backstage/plugin-search-backend`, which is responsible for query processing
As you work, be sure not to break the existing, frontend-only search page.