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" }, }