João Caetano
12/04/2024, 2:00 PMe5feca4f-267b-4e44-a5b7-7d4ca1f3c90d/4686092b-6c91-42cb-a47f-786c84608dfa|ParentCategory/ChildCategory
the structure is {parent-id}/{child-id}|{parent-name}/{child-name}
.
I'm facing an issue where Typesense doesn't return all matches when a given parent category id is provided, any idea why?
For this search I'm using some filter queries parameters:
{
q: "{parent-id}",
query_by: "category.path",
sort_by: "_text_match:desc",
split_join_tokens: "always",
}
I'm using Typesense v0.23.1.João Caetano
12/04/2024, 6:56 PMJason Bosco
12/04/2024, 10:56 PMmax_candidates: 1000
Jason Bosco
12/04/2024, 10:56 PMfilter_by
to do structured matches, instead of using the q parameter and fuzzy searchJoão Caetano
12/06/2024, 8:21 PMmax_candidates
attribute, but I have a question, whether when using max_candidates
setting a value greater than the default (e.g.: 100 or 1000) it does not generate some impact and cost in processing and memory in requests.Jason Bosco
12/06/2024, 8:43 PMJoão Caetano
12/10/2024, 11:42 AMmax_candidates