Skip to content

Commit

Permalink
markdown: search repo name specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Aug 15, 2022
1 parent 2154c50 commit 471400d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => ({
Expand Down

0 comments on commit 471400d

Please sign in to comment.