Troubleshooting Highlighting in Search Configuration
TLDR A was puzzled by excessive text after a highlighted search hit. Jason clarified that the full field is displayed due to the instant search adapter, suggesting use of the Snippet widget for snippets only.
1
Jan 29, 2022 (21 months ago)
A
12:10 PMJason
02:19 PM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Resolving Issues with 'React-InstantSearch'
robert was having trouble merging results from different collections using `react-instantsearch` and was facing issues with undefined highlight results. After much discussion, Jason provided a solution using `collectionSpecificSearchParameters` and `highlight_full_fields` to solve the problem.
Troubleshooting Typesense Setup and Understanding Facets and Keywords
Demitri encountered errors when exploring Typesense for the first time. Jason guided them through troubleshooting and discussed facets, keyword settings, and widget configurations. Helin shared a Python demo app and its source code to help Demitri with their project.
Resolving Issue with Instantsearch Sort_by in React
Edward had a problem with sorting functionality in a React component using Algolia's InstantSearch. Jason recommended a potential solution for specifying index names which resolved the issue.