[ic] (no subject)

Brian Kosick interchange-users@interchange.redhat.com
Mon Oct 8 16:00:00 2001


At 11:22 AM 10/8/01 -0700, you wrote:
<snip>
>I don't use the UI but the query tag does use ml=XX to limit result sets 
>and perhaps it defaults to 50?
>
>Try setting ml to a higher number and see what happens.
>
>Kyle
>
>
>_______________________________________________
>interchange-users mailing list
>interchange-users@interchange.redhat.com
>http://interchange.redhat.com/mailman/listinfo/interchange-users

OK I modified ByAffiliate.html, Monthly.html, and Details.html query tags 
to read
[query
         st=db
         table=transactions
         hashref=main
          ml=9999
         sql="<snip>
         "][/query]

that is I added the ml=9999 to them...  Now, It works great!   However, how 
would this fix future updates? without me having to modify these every 
time?  It seems like more of a work around than a fix.  Is there a separate 
MatchLimit for the admin UI?  If so, where would I modify it?