Awesome! I specifically wanted wiki search!

Jonathan Otsuka

> On Feb 1, 2015, at 10:48 PM, Richard Hipp <d...@sqlite.org> wrote:
> 
> 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