Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [katakombe] Limit the number of results

Quote Reply
Re: [katakombe] Limit the number of results In reply to
I don't think there is any direct method for doing this, however you can use if/elseif condition to limit the results.

For example if you want to display only 120 results in total & you are showing 25 results per page..
than using if/elsif condition, you can set the pagination to not display next page link for 5th page

Also,
@ using similar conditions, you can customize display for each search query, type of query or all query..
@ using if/elsif condition, you can display total result output and when total result output is more than 120.. you can display 120 instead or message like 120 of 2000 results displayed.

Hope this helps.

Vishal
-------------------------------------------------------
Subject Author Views Date
Thread Limit the number of results katakombe 6726 Dec 20, 2009, 4:16 AM
Thread Re: [katakombe] Limit the number of results
Andy 6655 Dec 20, 2009, 6:10 AM
Post Post deleted by nir
nir 6551 Dec 20, 2009, 6:13 AM
Thread Re: [Andy] Limit the number of results
katakombe 6571 Dec 20, 2009, 6:47 AM
Thread Re: [katakombe] Limit the number of results
Andy 6610 Dec 20, 2009, 6:49 AM
Thread Re: [Andy] Limit the number of results
katakombe 6571 Dec 20, 2009, 6:55 AM
Thread Re: [katakombe] Limit the number of results
Andy 6582 Dec 20, 2009, 6:56 AM
Post Re: [Andy] Limit the number of results
katakombe 6558 Dec 20, 2009, 6:58 AM
Thread Re: [katakombe] Limit the number of results
VishalT 6550 Dec 20, 2009, 9:14 AM
Post Re: [SWDevil.Com] Limit the number of results
katakombe 6510 Dec 21, 2009, 10:16 AM