Open pbvahlst opened 8 months ago
Currently Index#add() converts every input to a string before passing it to the encoder for further processing. I would be great if it was up to the encoder to handle how different input types should be handled and converted into a string.
Currently Index#add() converts every input to a string before passing it to the encoder for further processing. I would be great if it was up to the encoder to handle how different input types should be handled and converted into a string.