Henning Goes
Henning Goes
I have a route `authors/Name_.elm` which generally works, but fails if the name has a space in it (like "Karl Marx"). On the dev server, I get: ``` /authors/Karl%20Marx successfully...
The textString function discarded all text prior to an escaped character. Example: `XmlParser.parse """"""` => `Ok { docType = Nothing, processingInstructions = [], root = Element "t" [{ name =...
Using `NewSolrZK`, if the zkRoot argument is empty, all subsequent calls use resource names like "//collections/..." which does not work. I'm using SOLR 7.4. and zookeeper 3.4.11. I would expect...