aman chourasia
03/06/2024, 11:34 AMsandwiches
from documents ['sandwich bread', 'sandwiches near me', 'sandwich trays', 'sandwiches', 'sandwiches to go', 'sandwich chain', 'sandwich shops', 'sandwich shop', 'sandwich catering', 'biscuit sandwiches']
(which is see as out put ) with input query 'sandwich'
. My current search parameters look like:
search_parameters = {
'q' : f'{query}',
'query_by' : 'token',
'num_typo' : 0,
# 'prefix' : False,
'prioritize_token_position': True,
'exhaustive_search': True,
'limit':limit
}