#7320: search_src and friends are case-sensitive
-----------------------------------+----------------------------------------
   Reporter:  jhpalmieri           |       Owner:  jhpalmieri     
       Type:  defect               |      Status:  positive_review
   Priority:  minor                |   Milestone:  sage-4.2.1     
  Component:  misc                 |    Keywords:                 
Work_issues:                       |      Author:  John Palmieri  
   Reviewer:  Karl-Dieter Crisman  |      Merged:                 
-----------------------------------+----------------------------------------

Comment(by mvngu):

 Replying to [comment:2 kcrisman]:
 > Maybe mvngu will have a comment, so I'm cc:ing him on this.

 Sometimes I want to search the source with case-sensitivity on. For
 example, I might be interested in knowing if the source has anything with
 the word "Euler" in it. As function and method names are lower-case, case-
 sensitivity search might not return the name of a function/method like
 "euler_phi". However, if the documentation for "euler_phi" has something
 like "Euler phi function" or "Euler totient function", then case-
 sensitivity search would pick up "Euler". Sometimes I want to do a case-
 insensitivity search. In that case (pun not intended), I would expect that
 both "euler_phi" and "Euler" be returned by the search. At the end of the
 day, one can make case-insensitivity search as default, but should also
 give people the option to do case-sensitivity search. My 2-cent.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7320#comment:4>
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