The $data is getting one extra <add> tag when posting.

CommentFileSizeAuthor
solr.patch710 bytesrobertdouglass

Comments

hickory’s picture

Status: Active » Fixed

It's actaully a mistake in the example function: as Solr now adds a batch of 10 documents at a time to Solr, wrapped in one outer %lt;add> the XML block returned from the node type-handling module shouldn't have this wrapper. Corrected in the readme.txt.

Anonymous’s picture

Status: Fixed » Closed (fixed)