Consolidating Chat Threads
TLDR Akash provided code related to search parameters. Jason asked to relocate the conversation to a single thread.
Oct 13, 2022 (12 months ago)
Akash
02:27 PMadditionalSearchParameters: {
'q': '120',
'query_by': 'is_out_of_stack',
'page': 1,
'sort_by': 'book_id:desc',
'filter_by': '&& book_type:[2]',
'facet_by': 'author,publication,category,language,keywords,book_type,binding,book_condition,subject,class',
'max_facet_values': 30,
'num_typos': 2,
'typo_tokens_threshold': 10,
'per_page': 204
},
Jason
02:28 PMJason
02:28 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Issues with Typesense Search Results and Sorting Method
Manish expressed an issue with Typesense search results. Upon analysis, Manish realized the results should have been sorted by "ranking" instead of "updated_at".
Docsearch Scrapper Metadata Configuration and Filter Problem
Marcos faced issues with Docsearch scrapper not adding metadata attributes and filtering out documents without content. Jason helped fix the issue by updating the scraper and providing filtering instructions.
Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.