Page 1 of 1
Limitation to 100 results ?
Posted: Tue Jul 17, 2001 9:24 pm
by carsten.harnisch1
I am using the API. It seems to me that n_gettsql only returns the first 100 results, although there are definetly more (also n_getindexcount is reporting more than 250).
Is this a config-var or am I doing something wrong here ?
Limitation to 100 results ?
Posted: Tue Jul 17, 2001 10:17 pm
by carsten.harnisch1
Right, I am using likep. Thanks for the help.
Limitation to 100 results ?
Posted: Tue Jul 17, 2001 10:44 pm
by carsten.harnisch1
Well I tried doing :
sprintf(szBuffer, "set likeprows=%d;", nMaxResults);
ret = n_texis(se, szBuffer);
(where nMaxResults holds the number of rows to return).
But I still getting only 100 results back ! Any special place to do this or any side effects ?
Limitation to 100 results ?
Posted: Thu Jul 19, 2001 9:55 am
by carsten.harnisch1
ok, n_dotsql() did the job ! Thanks.