algolia / instantsearch-core-swift

⚡️ InstantSearch Core library for Swift and Objective-C
https://community.algolia.com/instantsearch-core-swift/
Apache License 2.0
18 stars 10 forks source link

(fix) Change the type of Number filter to Double #98

Closed VladislavFitz closed 4 years ago

VladislavFitz commented 4 years ago

Using the Float type for numeric filters makes it impossible to work correctly with dates. This fix replaces Float type by Double to solve this issue.