I have an Multi Map Index that returns minimum and maximum values of float values.
The failed unit test and error message from RavenDB Studio is attached. RavenDB version used: 888, via NuGet.
After looking around the group, I found that it's likely because of float support of Json.NET: Change the data type to double fixes the problem.
My question is whether this is considered a bug and will be fixed in future, or is it an unsupported case?
Regards,
Van