elm.find('.doc:last .address').append('<span>' + AjaxFranceLabs.tinyUrl(decodeURIComponent(url)) + '</span>');
to :
elm.find('.doc:last .address').append('<span>' +(decodeURIComponent(url)) + '</span>');
And the full URL will be displayed in the Datafari search UI.
Best regards,
Olivier