Skip to content

Commit 156b832

Browse files
fix(website): include page title in docs search query fields (#25255)
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
1 parent 1d4b6c2 commit 156b832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/typesense.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"name": "vector_docs_search",
144144
"search_parameters": {
145145
"sort_by": "level:desc,ranking:desc,_text_match:desc",
146-
"query_by": "content,hierarchy,title,tags"
146+
"query_by": "pageTitle,title,hierarchy,content,tags"
147147
}
148148
}
149149
]

0 commit comments

Comments
 (0)