Too many elements
Posted: Thu May 22, 2003 11:17 pm
I am receiving the below error message from a Vortex script. The number of editions in our database will grows without bounds. Is there a way to rephrase this query to avoid the 199 element limit?
<!-- SELECT count(*) rec_count,edition FROM html
WHERE ((title likep $tquery)) AND (edition like $pubeditions) GROUP BY edition ORDER BY rec_count DESC -->
<!-- 100 /bin/search_janes:460: truncating "jacm01" list at 199 elements in the function build set lists -->
<!-- SELECT count(*) rec_count,edition FROM html
WHERE ((title likep $tquery)) AND (edition like $pubeditions) GROUP BY edition ORDER BY rec_count DESC -->
<!-- 100 /bin/search_janes:460: truncating "jacm01" list at 199 elements in the function build set lists -->