Vedraj
8 years agoContributor
Returning all results from LiQL query
I am passing a query but the maximum number of results that is being returned is 1000. I understand there is an OFFSET option, but when I pass this query: 'SELECT distinct title,parent_category FROM boards LIMIT 1000 OFFSET 1000', nothing is returned. What I am looking for is returning the next 1000 results and so on until I can access all the results.