[docs] docs - edl modified icdatabase.sdf

docs@interchange.redhat.com docs@interchange.redhat.com
Sat Jun 22 18:53:00 2002


User:      edl
Date:      2002-06-22 22:52:55 GMT
Modified:  .        icdatabase.sdf
Log:
Spent a few more words on clarifying the usages of mv_matchlimit and
mv_max_matches.

Revision  Changes    Path
1.43      +4 -4      docs/icdatabase.sdf


rev 1.43, prev_rev 1.42
Index: icdatabase.sdf
===================================================================
RCS file: /var/cvs/docs/icdatabase.sdf,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- icdatabase.sdf	22 Jun 2002 15:19:02 -0000	1.42
+++ icdatabase.sdf	22 Jun 2002 22:52:55 -0000	1.43
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: icdatabase.sdf,v 1.42 2002/06/22 15:19:02 edl Exp $
+# $Id: icdatabase.sdf,v 1.43 2002/06/22 22:52:55 edl Exp $
 
 !define DOC_NAME "Interchange Databases"
 !define DOC_TYPE ""
 !define DOC_CODE "icdatabase"
-!define DOC_VERSION substr('$Revision: 1.42 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.43 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icdatabase.html"
@@ -1538,11 +1538,11 @@
 
 LI1: mv_matchlimit
 
-.The page size for matches that are returned. If more matches than mv_matchlimit are found, the search paging mechanism will be employed if the proper C<[more-list]> is present. Can be implemented as a scrolling list (INPUT TYPE=SELECT) or radiobox (INPUT TYPE=RADIO) field.
+.Function depends upon context. When the search results display is handled by one of the mechanisms which works with C<[more]> lists (such as C<[search-region]>), mv_matchlimit determines the number of results per page. If more matches than mv_matchlimit are found, the search paging mechanism will be employed if the proper C<[more-list]> is present. When the search results are displayed as one continuous list (i.e.: with C<[loop search="..."]>), mv_matchlimit is equivalent in function to mv_max_matches.
 
 LI1: mv_max_matches
 
-.The maximum number of records that will be returned in a search. Default is unlimited. Use C<mv_matchlimit> to set the search page size.
+.The maximum number of records that will be returned in a search. Default is unlimited. If search results paging with C<[more-list]> is to be employed, Use C<mv_matchlimit> to set the number of results per page.
 
 LI1: mv_min_string