If the ID contains reserverd characters, you will get a not found Excaption. URL Encode fixes the problem. https://github.com/DAXGRID/typesense-dotnet/blob/43917a7b8d253343f7299734bab144bae4d952e9/src/Typesense/TypesenseClient.cs#L832
If the ID contains reserverd characters, you will get a not found Excaption.
URL Encode fixes the problem.
typesense-dotnet/src/Typesense/TypesenseClient.cs
Line 832 in 43917a7