[Developers] using offset / cursor in a mqlread query
Rishav Rastogi
rishav.rastogi at gmail.com
Tue Aug 19 09:25:15 UTC 2008
Hi,
I have tried to introduce offset/ limit in a mqlread query but have been
unable to so
the query i run is
{
"query" :[ {
"name" : null,
"name~=": "^Master*",
"limit" : 10,
"sort" : "name",
"type" : "/music/album"
}]
}
Can somebody tell me how to introduce concept of a offset in this type of
query ( with a example please) I have tried using Cursor as well,
but i get the same kind of error as I do with offset keyword ( that offset
is a reserved word / cursor is a reserved word)
Thanks
Rishav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20080819/b34c42e4/attachment.htm
More information about the Developers
mailing list