[ic] remove the more list

Kyle Cook interchange-users@interchange.redhat.com
Thu Apr 4 16:26:01 2002


At 01:00 PM 4/4/02, you wrote:
>Hi to all,
>
>We are running MiniVend version 4.04 on Redhat 6.1.
>The search results
>return 50 items per page, however it is not working
>properly.  For instance
>to get back some items you have to click on the "next"
>link then click on
>the "previous" link and the missing items suddenly
>show up.  Long story short,
>we would like to do away with the more list all
>together and just display all the
>results. Here's our current code:
>
>[search-region more=1
>                 search="
>                         fi=related
>                         st=db
>                         se=[cgi search_model]
>                         sf=model
>                         tf=part_name
>                         rf=skus,related_skus
>                 "]
>[more-list] Items [matches] of
>
>[if value mv_search_match_count > 1] [value
>mv_search_match_count] found.
>[/if]
>
><B>Links to more pages of items:</B><BR>
>[more]
>
>[/more-list]
>[no-match]<B>NOTHING FOUND</B>[/no-match]
>[search-list][sort products:sku:f]
>
>Thanks
>Francis


Francis,


It might have something to do with the cached results in your tmp
directory, you do clear out the old files in the tmp directory don't you?

To display all, simply ad ml=XXX where XXX is the most you think
that you will ever match (or the most you ever want the server to
attempt to return )

Kyle