summaryrefslogtreecommitdiff
path: root/src/libtracker-fts
Commit message (Expand)AuthorAgeFilesLines
* meson: Fix bundled FTS moduleSam Thursfield2018-06-301-1/+3
* meson: Fix name of libtracker-ftsSam Thursfield2018-06-301-1/+1
* meson: Install all GSettings schemas and enumsSam Thursfield2017-10-181-0/+7
* gschema: Fix gettext-domainPiotr Drąg2017-09-301-1/+1
* libtracker-fts: Only let stop words go through on prefix queriesCarlos Garnacho2017-09-161-8/+10
* libtracker-fts: Silence compiler warningCarlos Garnacho2017-08-211-1/+1
* libtracker-fts: Adapt to incompatible change in sqlite 3.20Carlos Garnacho2017-08-061-6/+20
* libtracker-fts: Skip loading the FTS module if sqlite has it builtinCarlos Garnacho2017-07-011-0/+2
* libtracker-fts: Avoid static variablesCarlos Garnacho2017-06-291-5/+9
* libtracker-data: Make TrackerDataManager a non singletonCarlos Garnacho2017-06-291-4/+7
* libtracker-fts: Remove tracker_fts_init/shutdown functionsCarlos Garnacho2017-06-293-61/+17
* libtracker-fts: Pass TrackerDBInterface through FTS machineryCarlos Garnacho2017-06-294-15/+47
* libtracker-data: Turn tracker ontologies into an objectCarlos Garnacho2017-06-291-1/+5
* libtracker-fts: Remove TRACKER_FTS_STOP_WORDS envvarCarlos Garnacho2017-06-291-5/+1
* Fixes to Meson build systemSam Thursfield2017-06-241-4/+2
* Distribute meson.build files in tarballs generated by AutotoolsSam Thursfield2017-05-221-1/+2
* Meson build instructions for TrackerSam Thursfield2017-05-221-0/+23
* Fix pointer signedness warningsSam Thursfield2017-02-231-1/+1
* libtracker-fts: Clarify code flowCarlos Garnacho2017-01-281-1/+4
* libtracker-fts: Ensure a sqlite3_stmt is finalized on FTS5 failure pathsCarlos Garnacho2016-11-201-7/+4
* Use Unicode in translatable stringsPiotr Drąg2016-10-091-3/+3
* libtracker-fts: Do not hardcode fts5 table in queryCarlos Garnacho2016-10-091-1/+5
* fts: Do not apply stop-words when tokenizing query search termsCarlos Garnacho2016-06-211-2/+8
* manpages: Drop manpages of configuration settings/filesCarlos Garnacho2016-05-141-14/+0
* Update to FTS5Carlos Garnacho2016-03-0124-18704/+21407
* libtracker-fts: Fix invalid blob length calculationHaithem BEN GHORBAL2016-02-151-2/+6
* tracker-fts: Add method to rebuild the FTS tokensCarlos Garnacho2015-07-042-1/+15
* tracker-fts: Make the property list per-thread dataCarlos Garnacho2014-12-072-15/+6
* extract: Delete all of the "all:" build overridesColin Walters2014-12-021-2/+0
* Refactor tracker-parser to be located in libtracker-commonPhilip Van Hoof2014-12-017-1541/+3
* all: Migrate to GKeyfileSettingsBackend and generate man pages from schemasMartyn Russell2014-10-273-9/+81
* libtracker-common: Remove TrackerConfigFile, TrackerKeyfileObjectMartyn Russell2014-10-273-23/+7
* data: Moved data/gschemas to module specific directoriesMartyn Russell2014-09-263-0/+77
* libtracker-fts: Fixed memory leak for property_names variableMartyn Russell2014-09-012-27/+67
* libtracker-fts: Make private functions staticMartyn Russell2014-08-141-4/+4
* all: Switch out GSettings "schema" property for "schema-id"Martyn Russell2014-07-101-1/+1
* libtracker-fts: Free the listDebarshi Ray2014-03-101-3/+5
* tests: Updated gtester scripts to improve testing systemMartyn Russell2014-02-201-2/+0
* Fix compile warnings in tracker-fts.cSam Thursfield2014-01-211-3/+4
* Fix fts:offsets()Sam Thursfield2014-01-212-50/+32
* libtracker-data: new 'tracker:unaccent' methodAleksander Morgado2014-01-213-21/+39
* fts: Strengthen against sqlite failures in FTS functionsCarlos Garnacho2013-12-031-16/+36
* libtracker-common, tracker-miner-fs: Make sure we load config files withMartyn Russell2013-10-021-6/+6
* libtracker-fts: Removed unused variable and superfluous parameter in alter_ta...Martyn Russell2013-03-051-2/+1
* tests: tweak FTS tests to cope with the word length changesCarlos Garnacho2013-02-141-0/+2
* fts: Remove min word length limit from configurationCarlos Garnacho2013-02-142-42/+0
* Use fts4 external content tables on Tracker FTSCarlos Garnacho2013-02-042-110/+77
* Detect at configure time whether FTS needs compilingCarlos Garnacho2013-02-042-2/+16
* Update FTS codeCarlos Garnacho2013-02-0417-478/+4228
* libtracker-fts: Fix reentrancy issues in the TrackerTokenizerCarlos Garnacho2013-02-041-12/+19