You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of documents that look like this:
Description
When
facetBy
is specified, results cannot be decoded. I believe this is becauseSearchResult.facetCounts
is defined as[Int]?
, but the actual value of that field is an array of documents that look like this:Steps to reproduce
Execute a search with one or more fields specified in
facetBy
.Expected Behavior
A usable
SearchResult
object is returned.Actual Behavior
A decoding exception is thrown.
Metadata
Typesense Version: 0.24.1
OS: iOS 17.0.3
The text was updated successfully, but these errors were encountered: