Skip to content

Commit 26369ac

Browse files
committed
fix: fetch feed
1 parent c7d55db commit 26369ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Search {
7171
}
7272

7373
// ---- rendering / highlighting ----
74-
getOptimalDescription(description, query) {
74+
getOptimalDescription(description, q) {
7575
const regex = new RegExp(Search.escapeRegExp(q), 'i');
7676
const idx = (description || '').search(regex);
7777

0 commit comments

Comments
 (0)