Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c2665b

Browse filesBrowse files
chore: add keywords to red-content search preset (#11159)
1 parent bd24d4d commit 0c2665b
Copy full SHA for 0c2665b

1 file changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎ietf/utils/searchindex.py‎

Copy file name to clipboardExpand all lines: ietf/utils/searchindex.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,9 @@ def update_or_create_rfc_entries(
383383
},
384384
"red-content": {
385385
"collection": "docs",
386-
"infix": "off,always,off,off",
387-
"query_by": "rfc,filename,authors,content",
388-
"query_by_weights": "127,50,5,1"
386+
"infix": "off,always,off,off,off",
387+
"query_by": "rfc,filename,keywords,authors,content",
388+
"query_by_weights": "127,50,20,5,1"
389389
},
390390
}
391391

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.