manticoresearch-net
manticoresearch-net copied to clipboard
Official .NET client for Manticore Search
[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...
# Proposal: Improve the .NET Client for Manticore Search The current C# client seems to be **auto-generated via OpenAPI Generator**, which makes the API feel unnatural and non-idiomatic for .NET...