Troubleshooting Typesense API Key Error and Creating Search Functionality
TLDR Bill reported a Typesense API error, which Jason explained as due to a bad key. Bill also sought input on a job portal search functionality, which Jason assisted with, emphasizing normalization of job titles and use of facet query outside of Typesense.
1
Nov 16, 2021 (26 months ago)
Bill
06:34 PMJason
06:35 PMJason
06:36 PMBill
06:36 PMJason
06:39 PMBill
06:40 PMJason
06:41 PMBill
06:42 PMJason
06:45 PMBill
06:47 PMBill
06:51 PMJason
07:04 PMJason
07:06 PMBill
07:14 PMBill
07:16 PMJason
07:18 PMHowever, I suspect that they have another field in each document that is the normalized job title, and they use that as the grouping key when showing results.
So each of Java Developer, Java-Engineer, Java Developer/Frontend, Java Frontend Developer, etc might have a field called "normalized_position_title" with a value of "Java Developer"
Jason
07:19 PMBill
07:21 PMBill
07:23 PMJason
07:50 PMJason
07:53 PMBill
07:57 PMBill
07:58 PMJason
08:00 PMBill
08:03 PMBill
08:08 PMJason
08:08 PMBill
08:10 PMJason
08:11 PMBill
08:13 PMJason
08:18 PMBill
08:22 PMJason
08:31 PMBill
09:26 PM1
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Understanding and Implementing Typesense Dart Library with Flutter
Alexandro sought help with the Typesense Dart library. Jason explained that the library is in progress, discussed utilizing other HTTP libraries, and provided detailed instructions on utilizing Typesense with Flutter. Alexandro provided feedback on the Typesense UI and expressed interest in creating a tutorial video.
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.
Resolve Facets and Sorting Issues with Typesense
Ethan needed assistance with getting all facet values and sorting results by date using Typesense. Jason provided guidance on how to use Typesense properties to accomplish these tasks, and resolved issues related to specific use-cases provided by Ethan and Rushil.
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.
Utilizing Vector Search and Word Embeddings for Comprehensive Search in Typesense
Bill sought clarification on using vector search with multiple word embeddings in Typesense and using them instead of OpenAI's embedding. Kishore Nallan and Jason informed him that their development version 0.25 supports open source embedding models. They also resolved Bill's concerns regarding search performance, language support, and limitations in the search parameters.