#1269: Search an expression with CamelCase does not work
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  cboos   
     Type:  defect                   |       Status:  assigned
 Priority:  normal                   |    Milestone:  0.10    
Component:  search system            |      Version:  0.8.1   
 Severity:  minor                    |   Resolution:          
 Keywords:  search CamelCase         |  
-------------------------------------+--------------------------------------
Comment (by cboos):

 I see this as an incremental approach:
 before r3350, you'd have to parse the resulting HTML string
 to retrieve that information.

 In the future, the `link` variable above will not be an `Element`,
 but rather some kind of ''WOM'' element (as in ''Wiki Object Model''),
 in which this ''missing'' information could be an attribute.

 e.g.
 {{{
 #!python
     link = WikiParser(self.env, req).parse(kwd)
     if isinstance(link, Link) and not link.missing:
         return link.href
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1269>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to