Shobhit Jaryal
03/21/2025, 7:37 AMbaseQuery = {
collection: "reports",
q: "",
query_by: "title,regions_covered,countries_covered,companies,snippet",
query_by_weights: "4,2,2,1,1",
page: 1,
per_page: 20,
facet_by: "report_publish_to",
filter_by: "active:=true && report_publish:=true",
include_fields: "report_id, report_publish_to",
}
Fanis Tharropoulos
03/21/2025, 8:17 AMprioritize_token_position
and give even more weight to the title field. Otherwise, can you provide a small set of curl commands so I can debug it myself?Shobhit Jaryal
03/21/2025, 8:26 AM