Page 1 of 1
easiest way to make a simple report
Posted: Wed Jun 28, 2006 4:42 pm
by pete.smith
IS there a texis script I can use that will just print a url -> summary of result report no pagination? I sort of want search_plain_report script.
Pete
easiest way to make a simple report
Posted: Thu Jun 29, 2006 10:25 am
by pete.smith
I got everything but the hits per page, it still wants ten. Can you show me where? i stried sschitperpage but that doesnt do it.
easiest way to make a simple report
Posted: Thu Jun 29, 2006 10:49 am
by pete.smith
I did, I Set it to <$SSc_hitsperpage=100> nothing changes visually, still ten per page.
easiest way to make a simple report
Posted: Thu Jun 29, 2006 12:02 pm
by mark
Did you just change the default of 10 to 100 or did you do the change after the settings are read in?
You need to do the latter. Set it somewhere after <getapisettings> in the init function.