There is the exp-search branch on the main repo, http://www.fossil-scm.org/index.html/timeline?r=exp-search
Not sure if it is based on FTS, but it works and I regularly merge it with trunk on my private copy of Fossil. Some patching is required to merge with trunk as it is was last updated in 2010. Regards, Melvin On Fri, Jun 15, 2012 at 2:03 AM, Baruch Burstein <[email protected]> wrote: > On Thu, Jun 14, 2012 at 8:56 PM, Richard Hipp <[email protected]> wrote: >> >> >> >> On Thu, Jun 14, 2012 at 1:55 PM, Baruch Burstein <[email protected]> >> wrote: >>> >>> On Thu, Jun 14, 2012 at 8:48 PM, Richard Hipp <[email protected]> wrote: >>>> >>>> >>>> >>>> On Thu, Jun 14, 2012 at 1:41 PM, Baruch Burstein <[email protected]> >>>> wrote: >>>>> >>>>> I tried getting FTS support in the SQLite shell of Fossil. I added the >>>>> -DSQLITE_ENABLE_FTS3 and -DSQLITE_ENABLE_FTS3_PARENTHESIS flags to the >>>>> compilation of sqlite3.c in the makefile, but I got an error the 'no such >>>>> module "fts3" '. I then tried adding the flags also to the compilation of >>>>> shell.c, but got the same error. Finally I added the flags to the CFLAGS >>>>> variable, which I think adds them to the compilation of every source file >>>>> in >>>>> Fossil, but the same error. >>>>> >>>>> a) Why isn't this working? >>>>> b) How can I get it to work? >>>> >>>> >>>> Be sure to do "make clean; make". After doing the "make clean" it >>>> worked fine for me. >>> >>> >>> I will try. Which of those options do I need to add the flags too? >> >> >> I stuck them on TCC > > > Thank you. > > I am starting to work on full text search (of the files, not the website, > though it should be simple to extend it to that too) through the web > interface. I know I would use this often, but is there interest in this from > others, and is anybody working already on something similar? > > -- > ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

