John Sokol
07/21/2025, 5:06 PMsearch_parameters = {
"q": "*",
"query_by": "url",
"filter_by": "url:=<http://tuckerco.com|tuckerco.com>",
"num_typos": 0,
"drop_tokens_threshold": 0,
}
results = ts.collections["collection"].documents.search(search_parameters)
Output:
{'facet_counts': [],
'found': 234,
'hits': [],
'out_of': 7982751,
'page': 1,
'request_params': {'collection_name': 'collection',
'first_q': '*',
'per_page': 10,
'q': '*'},
'search_cutoff': False,
'search_time_ms': 13}
Fanis Tharropoulos
07/21/2025, 5:16 PMJohn Sokol
07/21/2025, 5:31 PMFanis Tharropoulos
07/21/2025, 5:34 PM