[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] how to use an more-list on an loop-search tag


suppressed wrote:
> is it possible to use the more-list tag to an
> loop-search construct, or is only possible with
> the loop-list tag?
> 
You can use [more-list] inside the [loop search] tag body text if you
like.  here's a quick (and hopefully working) example:

    [loop
        more=1
        search=|
            st=db
            fi=products
            ra=yes
            ml=5
    |]
    [on-match]
        [L]Results found, as follows[/L]:<br>
    [/on-match]

    [no-match]
        [L]No results found.[/L]<br>
    [/no-match]

    [list]
        [loop-code], [loop-description], [loop-price]<br>
    [/list]

    [more-list]
        Results [matches] of [match-count] shown<br>
        [more]<br>
    [/more-list]
    [/loop]


See the following pages for more information:

    http://www.interchange.rtfm.info/icdocs/tags/loop.html
    http://www.interchange.rtfm.info/icdocs/Looping_tags_introduction.html

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    suppressed
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.