Akash Kumar
09/08/2024, 1:42 PM{
"searches": [
{
"q": "imo",
"query_by": "isbn,title,author, embedding,publication",
"prioritize_token_position": true,
"max_facet_values": 10,
"num_typos": "2",
"min_len_1typo": 2,
"split_join_tokens": "always",
"typo_tokens_threshold": 10,
"per_page": 24,
"sort_by": "num_is_out_of_stack:asc",
"pre_segmented_query": true,
"drop_tokens_threshold": 0,
"facet_sample_threshold": 1000,
"facet_sample_percent": 20,
"highlight_full_fields": "isbn,title,author, embedding,publication",
"collection": "books_collection",
"facet_by": "agedGroup,author,binding,bookCondition,language,price,publication",
"page": 1
}
]
}
{
"searches": [
{
"q": "IMO",
"query_by": "isbn,title,author, embedding,publication",
"prioritize_token_position": true,
"max_facet_values": 10,
"num_typos": "2",
"min_len_1typo": 2,
"split_join_tokens": "always",
"typo_tokens_threshold": 10,
"per_page": 24,
"sort_by": "num_is_out_of_stack:asc",
"pre_segmented_query": true,
"drop_tokens_threshold": 0,
"facet_sample_threshold": 1000,
"facet_sample_percent": 20,
"highlight_full_fields": "isbn,title,author, embedding,publication",
"collection": "books_collection",
"facet_by": "agedGroup,author,binding,bookCondition,language,price,publication",
"page": 1
}
]
}
The same query with just a change in the case ("imo" vs "IMO") gives completely different results. Can you please advise why this is happening?Kishore Nallan
09/09/2024, 6:07 AMAkash Kumar
09/09/2024, 6:08 AMKishore Nallan
09/09/2024, 6:09 AMAkash Kumar
09/09/2024, 6:10 AMKishore Nallan
09/09/2024, 6:11 AMAkash Kumar
09/09/2024, 6:12 AM