Correctly terminate results function
This commit fixes a bug in the results
function. This function
was not using the Ax.exhausted
function which checks if we are
done fetching results from Arxiv. As a result the generated Conduit
would get stuck demanding results, resulting in the caller never
making progress.
@cgenie or @anoe If you are happy with this, could you merge it? It's needed for Gargantext's #258 (i.e. that's the underlying cause of the bug).