[Tracker] tracker sqlite libicu

2012-03-09 Thread Putinei Ionut
Hello, For internationalization support i must have: 1.sqlite database with libicu extension loaded 2.tracker compiled with proper flags (--with-unicode-support=libicu) If i have those . the tracker schema(from sqlite database) will be FTS tables? When i do .shema on my database ..those table

Re: [Tracker] tracker sqlite libicu

2012-03-15 Thread Ivan Frade
Hi, FTS is enabled/disabled with its own option (--enable-tracker-fts). That will create the FTS tables in the database. IIRC, libicu is needed even without FTS because we precalculate the collation of some string columns and store it directly in the database. Regards, Ivan On Fri, Mar 9, 2

Re: [Tracker] tracker sqlite libicu

2012-03-15 Thread Aleksander Morgado
FTS is enabled/disabled with its own option (--enable-tracker-fts). That will create the FTS tables in the database. IIRC, libicu is needed even without FTS because we precalculate the collation of some string columns and store it directly in the database. Tracker allows specifying a "u