Skip to content
github-actions[bot] edited this page Nov 28, 2024 · 1 revision

Integration with @backstage/plugin-search

Enable questions indexing in the search engine by the following changes. See setup first to integrate the plugin with backstage instance.

import { createBackend } from '@backstage/backend-defaults';

const backend = createBackend();
backend.add(import('@backstage/search-backend'));
backend.add(import('@drodil/backstage-plugin-search-backend-module-qeta'));

backend.start();
Clone this wiki locally