Hello <@U01PL2YSG8L> I am using the multi_search ...
# community-help
h
Hello @Kishore Nallan I am using the multi_search post API Body
Copy code
{
  "searches": [
    {
      "collection": "COLLECTION_NAME",
      "q": "14kt yellow gold ring with a 2.5 ct approx radiant moissanite",
      "facet_by": "options_facet_ts7.collections",
      "filter_by": "date:>0 && is_deleted:0",
      "include_fields": "options_facet_ts7.collections",
      "query_by": "title"
    }
  ]
}
Response { "results": [ { "facet_counts": [ { "counts": [ { "count": 1, "highlighted": "automated collection", "value": "automated collection" } ], "field_name": "options_facet_ts7.collections", "sampled": false, "stats": { "total_values": 1 } } ], "found": 1, "hits": [ { "document": {}, "highlight": {}, "highlights": [], "text_match": 6363691804445376633, "text_match_info": { "best_field_score": "11046645072128", "best_field_weight": 15, "fields_matched": 1, "num_tokens_dropped": 0, "score": "6363691804445376633", "tokens_matched": 11, "typo_prefix_score": 0 } } ], "out_of": 287, "page": 1, "request_params": { "collection_name": "ankit-search7-staging-te_59980644457", "first_q": "14kt yellow gold ring with a 2.5 ct approx radiant moissanite", "per_page": 10, "q": "14kt yellow gold ring with a 2.5 ct approx radiant moissanite" }, "search_cutoff": false, "search_time_ms": 0 } ] } There is no value in options_facet_ts7.collections field, but it's showing in facets, I don't know why it's showing Can you help me with this issue?