From a828b395dd0c275ae2b1e9ab6ac4e0343f7708d0 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 16 Jul 2026 13:03:50 +0200 Subject: [PATCH] fix: adjust red-content search preset (#11231) --- ietf/utils/searchindex.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/utils/searchindex.py b/ietf/utils/searchindex.py index 3c6e1b8f26..0565b50272 100644 --- a/ietf/utils/searchindex.py +++ b/ietf/utils/searchindex.py @@ -382,10 +382,10 @@ def update_or_create_rfc_entries( "query_by_weights": "127,50,50,20,20,5,2,1" }, "red-content": { - "collection": "docs", - "infix": "off,always,off,off,off", - "query_by": "rfc,filename,keywords,authors,content", - "query_by_weights": "127,50,20,5,1" + "collection": "docs", + "infix": "off,always,off,off,off,off,off,off,off", + "query_by": "rfc,filename,title,abstract,keywords,authors,group,area,content", + "query_by_weights": "127,50,50,20,20,5,2,1,1" }, }