algoliasearch-client-csharp icon indicating copy to clipboard operation
algoliasearch-client-csharp copied to clipboard

⚡️ A fully-featured and blazing-fast C# API client to interact with Algolia.

Results 37 algoliasearch-client-csharp issues
Sort by recently updated
recently updated
newest added

The following parameter is missing in `Query` https://github.com/algolia/algoliasearch-client-java-2/blob/1712feab2cfb54f7b07e355673f84ba775e607a1/algoliasearch-core/src/main/java/com/algolia/search/models/indexing/SearchParameters.java#L509

Bug

Based on the one from the [Ruby client](https://github.com/algolia/algoliasearch-client-ruby/blob/master/CONTRIBUTING.MD), update contributing guide so it's easier for external contributors to collaborate.

*NOTE*: I cannot find documentation whether this functionality is supported by the API. The presence of the "IndexName" property on the `BatchOperation` class indicates, to me, that any index could...

It could be critical to log the http requests and responses from the http requests. Current, there is hard code LogHelper.LogToFile(request.Body) in the AlgoliaHttpRequester.cs class's SendRequestAsync method and this classs...

Discussion

- Algolia Client Version: 6.8.0 I was building some unit tests for my code using the Moq library and I was not able to mock the `InitIndex` method since is...

**Summary** With the release of the merchandising UI, the need to control UI aspects using the QR is growing and the rules API needs to expose fields to store information...

- Algolia Client Version: 6.2.0 When a quite long string is put to Filters property of Query object, it throws `Invalid URI: The Uri string is too long` exception during...

Discussion
Bug

- Algolia Client Version: 6.7.0 - Language Version: .NET 3.1 ### Description Few snippets from our documentation are overriding the `AlgoliaConfig.DefaultHeaders` instead of appending values to them. While the issue...

## Steps to Reproduce Create index `test_csharp_copy_rules` Push the following rule into the index `test_csharp_copy_rules`: ```json { "condition": { "pattern": "test", "anchoring": "contains", "alternatives": false }, "consequence": { "params": {...

- Algolia Client Version: 6.5.0 ### Description The Explain.Alternative object has a type parameter that is now a `List` instead of a `String`. The fix requires a custom Deserializer to...

Bug
Good First Issue