Question: I created a TypeSense Cloud account and created a collection. Then I installed the TypeSense extension. But in TypeSense Cloud nothing is indexed. What Should I Do? My log is ending with timeout Answer: In your extension configuration, under ...
Question: Description I have a case where I’d like to search for multiple query tokens in a single collection like: each token contains results if I query them individually and also if I query two tokens like so: 'q': 'shoe ...
Question: I’m looking to weight different fields in my typesense search ranking. With a typesense client, my understanding is that I’d use query_by_weights. But I’m using the react instantsearch adapter. How do I set query weights there? Answer: You can ...