Author: pb
Date: Sun Sep  6 20:02:16 2009
New Revision: 4129

Log:
- Fixed bug #014957: Mismatch between documentation and code for search 
function.

Modified:
    
ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.1.0alpha1-to-2.1.0beta1
    ezfind/ezp4/trunk/extension/ezfind/modules/ezfind/function_definition.php
Modified: ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.1.0alpha1-to-2.1.0beta1
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.1.0alpha1-to-2.1.0beta1 (original)
+++ ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.1.0alpha1-to-2.1.0beta1 Sun Sep  6 20:02:16 2009
@@ -8,4 +8,5 @@
 - Fixed bug #015072: no search results (invalid result) when FilterHiddenFromDB=enabled and all nodes visible
 - Fixed bug #015357: Wrong Runlevel in Debian-init-script
 - Fixed bug #015311: Solr index is by default stored in the wrong directory
+- Fixed bug #014957: Mismatch between documentation and code for search function.
 

Modified: ezfind/ezp4/trunk/extension/ezfind/modules/ezfind/function_definition.php
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/modules/ezfind/function_definition.php (original)
+++ ezfind/ezp4/trunk/extension/ezfind/modules/ezfind/function_definition.php Sun Sep  6 20:02:16 2009
@@ -38,7 +38,7 @@
                                  'parameter_type' => 'standard',
                                  'parameters' => array( array( 'name' => 'query',
                                                                'type' => 'string',
-                                                               'required' => true,
+                                                               'required' => false,
                                                                'default' => '' ),
                                                         array( 'name' => 'offset',
                                                                'type' => 'integer',

_______________________________________________
svn-eZFind mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-ezfind

Reply via email to