> 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.

Thanks a lot for the new 'search' feature!
That implies removing one more thing from the To Do List... ;-)

http://www.fossil-scm.org/fossil/wiki?name=To+Do+List

Talking about the 'To Do List' (and the search feature too, actually):

a.
Question: How to search for strings containing spaces, such as the 'To
Do List' Wiki document?
Double quotes? "To Do List"
Single quotes? 'To Do List'
Plus sign? To+Do+List

b.
Suggestion: What about adding a 'To_Do' type to the Ticket types?
---
Code_Defect
Build_Problem
Documentation
Feature_Request
Incident
To_Do
---
Before using fossil, I basically had a text file with two sections,
BUGS and TODO.
When something was fixed, I added the word FIXED to the end of that line.
Quite primitive, but it worked, for a small amount of bugs and todos.
During time, though, this primitive system became "not very maintainable".
That was one of the reasons why I started to use fossil.
My BUGS may now be opened, updated, and closed with a fine
granularity, but I am missing managing my TODO list in the way. And,
to be honest, it seems that
http://www.fossil-scm.org/fossil/wiki?name=To+Do+List
is missing it too. :-)

Best Regards,
Johan Kuuse
_______________________________________________
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