typesense-swift
typesense-swift copied to clipboard
Swift Client for Typesense ⚡️🔎
## Description When `facetBy` is specified, results cannot be decoded. I believe this is because `SearchResult.facetCounts` is defined as `[Int]?`, but the actual value of that field is an array...
## Description I want to access new the Ranking and Sorting parameters introduced in v0.23.1
Infix searching now works with the typesense-swift. Here's how to implement the same: 1. Mark a field as `infix: true` in field defintion while creating the collection schema. 2. Create...
## Change Summary added infix search parameter ## PR Checklist - [ x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
## Description This is the error that appears when i want to import the library Could not find module 'Typesense' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, I am using XCode 14
## Change Summary Overriden 2 function: - `Documents.search()` - `MultiSearch.perform()` ## Why make this change Currently the above 2 function will take a Codable type `T` and then try to...
In the README, you make a node, then use that node to create a config, then finally use that config to create a client. However, you can't even make the...
## Change Summary ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).