I never thought I could be so excited about a new Fossil feature. These are 
amazing changes, and will only be getting better. Thank you so much!

-----Original Message-----
From: fossil-users-boun...@lists.fossil-scm.org 
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Richard Hipp
Sent: Sunday, February 01, 2015 8:48 PM
To: fossil-users
Subject: [fossil-users] New search features

The tip of trunk now supports full-text search on Check-in comments, 
Documentation, Tickets, and Wiki.  The https://www.fossil-scm.org/ website is 
itself running this code, so you can see examples of the search features there:

    https://www.fossil-scm.org/fossil/doc/trunk/www/permutedindex.html
    https://www.fossil-scm.org/fossil/ticket
    https://www.fossil-scm.org/fossil/wiki

To experiment with this in your own repositories, you have to enable searching 
in the new /srchsetup page (reachable by clicking on "Search" under the "Admin" 
menu).

This code is still under active development.  Your suggestions and comments are 
welcomed.  CSS and presentation are areas where community input is especially 
encouraged.

Note that all searching is currently a full text scan.  The code does not yet 
generate a full-text index.  Hence, the current implementation will not scale, 
though it seems to do well enough on a moderately sized repository such as 
Fossil itself, or SQLite, or even Tcl.
Future enhancements will likely add optional full-text index support.
--
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to