LinkedDataFragments / HDT-Node

Native bindings for Node.js to access HDT compressed triple files.

Home Page:http://ruben.verborgh.org/blog/2014/09/30/bringing-fast-triples-to-nodejs-with-hdt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting Infinity as limit produces no results

rubensworks opened this issue · comments

In previous versions of this package (<2.x.x) it was possible to set a limit: Infinity as query options.

However, it now looks like Infinity is assumed to be 0, because using this value produces no results.

This is the root cause of the problem discovered in LinkedDataFragments/Server.js#84