Hi everyone,
I encountered a wierd issue with the http encoding of the Elastic driver.
In some of my projects it translates the '/' to '%2f' as it should and in others it doesn't.
Any ideas are welcome
string id = "503/20";
var response = connection.Get<object>(new GetRequest(indexname, "object", id));