diff --git a/blocks/file-blocks/markdown-edit/block-component-widget.tsx b/blocks/file-blocks/markdown-edit/block-component-widget.tsx index c4ff25e..4ff0596 100644 --- a/blocks/file-blocks/markdown-edit/block-component-widget.tsx +++ b/blocks/file-blocks/markdown-edit/block-component-widget.tsx @@ -381,7 +381,7 @@ const ContextControls = ({ sort: "stars", direction: "desc", per_page: 10, - q: searchTerm || "blocks", + q: `${searchTerm || "blocks"} in:name`, } ); const repoNames = repos.items.map((repo) => ({