Hi All, Keyword search returns this response: ```[...
# community-help
c
Hi All, Keyword search returns this response:
Copy code
[{'facet_counts': [], 'found': 1, 'hits': [{'document': {'id': '46455'}, 'highlight': {}, 'highlights': [], 'hybrid_search_info': {'rank_fusion_score': 0.699999988079071}, 'text_match': 578730054645710881, 'text_match_info': {'best_field_score': '1108057784320', 'best_field_weight': 4, 'fields_matched': 1, 'num_tokens_dropped': 1, 'score': '578730054645710881', 'tokens_matched': 1, 'typo_prefix_score': 2}}], 'out_of': 9365, 'page': 1, 'request_params': {'collection_name': 'forsale_production', 'first_q': 'healthy', 'per_page': 250, 'q': 'health technology'}, 'search_cutoff': False, 'search_time_ms': 927}]
what does the key
first_q
from the response means?
k
The first word of the query used for actual search: it's used internally for some analytics.