My <pagelinks> calls are screwed up apparently because $rows.max = -2. I remember having this problem before but forget what it means. The documentation indicates that it can happen with an unindexed query, but in my query below I have normal indexes on restype and stitle and a metamorph index on stitle.
<sql row skip=$skip max=10 "select dbcn, mtitle, restype
from bibdata
where restype = $rtype and
stitle matches $letter
order by stitle">
<results_row>
</sql>
Any ideas?
Thanks,
David
<sql row skip=$skip max=10 "select dbcn, mtitle, restype
from bibdata
where restype = $rtype and
stitle matches $letter
order by stitle">
<results_row>
</sql>
Any ideas?
Thanks,
David