Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow using the block name to match search terms
  • Loading branch information
youknowriad committed Sep 7, 2020
commit 296854f659b39858f1265f0d6a4c6a43b3dafd87
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export function getItemSearchRank( item, searchTerm, config = {} ) {
rank += 20;
} else {
const terms = [
name,
title,
...keywords,
category,
Expand Down