Querying Multiple Fields in Flutter Package
TLDR Rude asked how to query by multiple fields in a flutter package. Kishore Nallan guided to send a comma separated string containing those fields.
1
Jul 27, 2022 (15 months ago)
Rude
08:28 AMKishore Nallan
08:37 AM'handle,name'
1
Rude
06:29 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Overcoming Query String Error with Multi-Search in Flutter
Andrew was getting a query string error and tried to switch to multi-search. Jason helped them implement it correctly, clarifying the differences between single and multi-search, and confirmed that the multi-search is unbounded.
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.
Query Parameters Issue in Using Typesense with Flutter
Shane was having issues with query parameters when using the Typesense package in a Flutter app. Kishore Nallan advised to avoid using the preset parameter, and the issue was resolved when Shane directly specified 'query_by'. Kishore Nallan will investigate the likely issue with the Flutter client.