manticoresearch-net
manticoresearch-net copied to clipboard
Official .NET client for Manticore Search
Results
1
manticoresearch-net issues
Sort by
recently updated
recently updated
newest added
[This line](https://github.com/manticoresoftware/manticoresearch-net/blob/d0c115418e69be1124b5974013834f007e56c869/src/ManticoreSearch/Api/SearchApi.cs#L570) causes an exception to be thrown if the value passed to a `RangeFilterValue` does not fit in a 32-bit integer. ```cs using ManticoreSearch.Api; using ManticoreSearch.Model; public static class...