Preliminary release notes for WebAPI 3.10.3 (no release date yet)
Bug fixes
-
There were different results for a q-search and an equals search when searching for a comma-separated list of terms (with Full Text indexing disabled): the q-search treated the list as a single value. This was fixed in 3.10.1.4097.
-
The Pictura (Memorix) image plugin no longer worked with the latest API: the plugin failed to load the configuration from adlibweb.xml. Fixed in version 3.10.1.4086. Some changes in the WebAPI now force the image plugin element to upper case and the value in the type attribute like this:
<ImagePlugin type="Adlib.Pictura.Imaging.Plugin.PicturaImagePlugin, Pictura.Image.Plugin">
(Previously, this was: <imagePlugin type="Adlib.Pictura.Imaging.Plugin.PicturaImagePlugin, PicturaImagePlugin">) -
Insertrecord did not save indexed links. Fixed in 3.10.1.4079.
-
The adlibweb.sample.xml <logFolder> element example wasn't complete. This was fixed in version 3.10.1.4071 and is now:
<logFolder InputLog="WebApiInputLog.${date:format=yyyy-MM-dd}.txt" OutputLog="WebApiOutputLog.${date:format=yyyy-MM-dd}.txt" MaxOldFiles="10" Level="Debug">.\Logs</logFolder>
<!--Set debug to true to get more detail information in the log files-->
<debug>false</debug>
New functionality
More logging added to the Axiell generic Media Server plugin
For the writecontent command in particular, more logging was added to allow better analysis if a writecontent command is not processed as expected. Available from version 3.10.1.4093.

