View Ticket
Not logged in
Ticket UUID: e36b52c1da7f0e49e97e16b551d85ed6b5c2dfc2
Title: make wiki (code?, bugs?) searchable
Status: Open Type: Feature_Request
Severity: Priority:
Subsystem: Resolution: Open
Last Modified: 2009-12-28 21:50:06
Version Found In:
Description & Comments:
Search is a very useful feature to have

anonymous added on 2008-11-26 22:55:35:
For what it's worth, you can do source code searches with a lot of editors out there, particularly the ones that support Cscope.


anonymous added on 2009-12-08 19:37:06:
Yes, I can use cscope et al, but sometimes you need to do a search (grep) on older, checked-in, versions.


anonymous added on 2009-12-23 15:43:35:
See http://trac.edgewall.org/search for example of search feature request.


anonymous added on 2009-12-23 17:28:48:
Since I am living in huge text files (todos, notes, etc), a grep over different versions of these files would be perfect. Something like hg's grep subcommand over all files and all revisions.

First, I thought this was an easy change, but having seen the internal diff format and the sources, I found that this might not be so easy -- at least for me...


anonymous added on 2009-12-24 14:12:55:
full text search like fts library inside fossile.exe?


anonymous added on 2009-12-28 21:50:06:
Thanks for the hint. Yup, something like that will most probably do the job. Will check this one out.