#7313: search_doc does not find phrases across multiple lines
-----------------------------+----------------------------------------------
   Reporter:  ncohen         |       Owner:  tba         
       Type:  enhancement    |      Status:  needs_review
   Priority:  minor          |   Milestone:  sage-4.3.2  
  Component:  documentation  |    Keywords:              
     Author:  John Palmieri  |    Upstream:  N/A         
   Reviewer:                 |      Merged:              
Work_issues:                 |  
-----------------------------+----------------------------------------------
Changes (by newvalueoldvalue):

 * cc: ddrake (added)
  * status:  new => needs_review
  * upstream:  => N/A
  * milestone:  sage-4.3.1 => sage-4.3.2
  * author:  => John Palmieri


Comment:

 Here's a patch implementing a "multiline" keyword for searches, so you can
 do
 {{{
 sage: print search_src('dhsw', 'betti', interact=False)

 sage: print search_src('dhsw', 'betti', interact=False, multiline=True)
 homology/chain_complex.py
 homology/simplicial_complex.py

 }}}
 (With multiline searches, it doesn't return line numbers, just the file
 names.)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7313#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB
-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.


Reply via email to