Skip to content

Commit 09b3a89

Browse files
committed
search: search for project tags too
1 parent a29aa87 commit 09b3a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/search/lib.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def search_project(request, query, language=None):
2222
"should": [
2323
{"match": {"name": {"query": query, "boost": 10}}},
2424
{"match": {"description": {"query": query}}},
25+
{"match": {"tags": {"query": query}}},
2526
]
2627
},
2728
},

0 commit comments

Comments
 (0)