Hiding Exact Hits Number in Typesense and Utilizing `out_of` Field
TLDR A sought a way to hide exact hits count in Typesense. Kishore Nallan clarified about the out_of
field, its future use, and suggested using found
for scrolling. Jason offered a solution to hide the count by modifying the item template.
May 15, 2021 (33 months ago)
A
11:23 AMKishore Nallan
11:24 AMout_of
field in response?A
11:32 AMA
11:32 AMKishore Nallan
11:32 AMKishore Nallan
11:33 AMA
11:38 AMStephano
12:12 PMKishore Nallan
12:13 PMStephano
12:14 PMKishore Nallan
12:15 PMKishore Nallan
12:16 PMfound
.Stephano
12:17 PMKishore Nallan
12:19 PMfound
is the correct number to use.Kishore Nallan
12:20 PMout_of
returns total number of documents in collection.Stephano
12:20 PMStephano
12:20 PMKishore Nallan
12:22 PMout_of
in that case.Stephano
12:22 PMKishore Nallan
12:22 PMJason
05:23 PMAnd you can hide the count by removing it from the item template
May 17, 2021 (33 months ago)
A
05:21 AMTypesense
Indexed 3005 threads (79% resolved)
Similar Threads
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.
Range Filtering and Faceting Discussion
Phil asked about the requirements for range filtering, which Jason explained does not always require faceting. Discussion about different possibilities with Algolia and Typesense ensued, resulting in Phil successfully utilizing the 'Configure' widget.
Querying with Typesense-Js and Handling Null Values
michtio was querying using typesense-js and receiving fewer results than expected. Kishore Nallan suggested using different query parameters. Further discussion led to the handling of 'null' values and filtering syntax in the search queries. The thread ended with Jason offering migration support from Algolia to Typesense.
Typesense Products Filtering Issue with Mixed AND+OR Filtering
Dmytro faced issues in implementing mixed AND+OR filtering for product filtering on Typesense using `'typesense-instantsearch-adapter'` despite using several approaches and facets. Jason suggested increasing the number of facets fetched and trying a different server version but the issue remains.
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.