OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-meta Date: 05-Apr-2006 19:43:33 Branch: HEAD Handle: 2006040518433300 Modified files: openpkg-meta canvas-foot.php Log: the AND method is more reasonable than BOOLEAN for the footer search box Summary: Revision Changes Path 1.9 +1 -1 openpkg-meta/canvas-foot.php ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-meta/canvas-foot.php ============================================================================ $ cvs diff -u -r1.8 -r1.9 canvas-foot.php --- openpkg-meta/canvas-foot.php 23 Mar 2006 23:08:35 -0000 1.8 +++ openpkg-meta/canvas-foot.php 5 Apr 2006 17:43:33 -0000 1.9 @@ -77,7 +77,7 @@ <a href="http://meta.openpkg.org/global-search.php">Search:</a> <form method="post" action="http://meta.openpkg.org/global-search-htsearch"> <div> - <input type="hidden" name="method" value="boolean"/> + <input type="hidden" name="method" value="and"/> <input type="hidden" name="format" value="builtin-long"/> <input type="hidden" name="sort" value="score"/> <input type="hidden" name="config" value="htdig"/> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org