We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3470fe0 commit dcfefdcCopy full SHA for dcfefdc
src/hexdocs/services/hexdocs.gleam
@@ -157,8 +157,8 @@ fn new_search_query_params(
157
) {
158
list.new()
159
|> list.key_set("q", query)
160
- |> list.key_set("query_by", "title,doc,type")
161
- |> list.key_set("query_by_weights", "3,1,1")
+ |> list.key_set("query_by", "title,doc")
+ |> list.key_set("query_by_weights", "3,1")
162
|> list.key_set("page", int.to_string(page))
163
// We multiply per 2 because we group results
164
|> list.key_set("per_page", int.to_string(config.per_page() * 2))
0 commit comments