jeremy      2004/06/21 03:51:48

  Modified:    src/blocks/lucene/samples welcome-index.xsp
  Log:
  another missing piece for the lucene samples
  
  Revision  Changes    Path
  1.8       +1 -1      cocoon-2.1/src/blocks/lucene/samples/welcome-index.xsp
  
  Index: welcome-index.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/lucene/samples/welcome-index.xsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- welcome-index.xsp 21 Jun 2004 10:45:38 -0000      1.7
  +++ welcome-index.xsp 21 Jun 2004 10:51:48 -0000      1.8
  @@ -97,7 +97,7 @@
           Construct a query and search the Lucene index2 that you have created
           - using <a href="query/advanced.html">Cocoon Forms</a>.<br/>
           Or enter a word or two in here : 
  -             <form action="query/fulltext.html">
  +             <form action="query/simple.html">
                        <input type="text" name="query" size="20" 
value="cocoon"/>
                        <input type="submit" value="Search" />
                </form>
  
  
  

Reply via email to