diff --git a/.changeset/heavy-bobcats-search.md b/.changeset/heavy-bobcats-search.md new file mode 100644 index 0000000000..86f7ea09ef --- /dev/null +++ b/.changeset/heavy-bobcats-search.md @@ -0,0 +1,8 @@ +--- +'@backstage/create-app': patch +--- + +Enable `catalog.useUrlReadersSearch` configuration by default in newly created Backstage installations. + +This parameter makes `UrlReaderProcessor` always use the search method. +New adopters are encouraged to enable it as this behavior will be the default in a future release.