Hi Bastien,
Op 19-8-2013 23:49, Bastien Guerry schreef:
By the way, I get some false positive cases when trying to retrieve without-image entries -- see this:
http://toolserver.org/~erfgoed/api/api.php?action=search&srcountry=fr&am...
Or look for id="IA00001253" if you are checking this link too late. It is returned by the query but has a non-empty image field. Anything you could do on your side?
You should use srwithoutimage=1 instead of srwithimage=0 (it's not complete inverse, because of empty strings and NULL). You can see the difference here: * http://toolserver.org/~erfgoed/api/api.php?action=search&srcountry=fr&am... (one entry) * http://toolserver.org/~erfgoed/api/api.php?action=search&srcountry=fr&am... (empty)
Maarten