summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-05-04 21:51:23 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-05-30 15:22:21 +0200
commit27c3137d733b4511fe31f00a639c4d1389ac465c (patch)
treed3bbcd98ca545061fa1e2aa334796ea90211c5a4
parent8cd88bb63679d9d204cc4ed5fd9f8b5f104ec867 (diff)
downloadtracker-27c3137d733b4511fe31f00a639c4d1389ac465c.tar.gz
libtracker-sparql: Bump FTS parser version
There's no actual parser changes, but we want to trigger a rebuild of all tokenization info in the FTS table. This will have the side effect of fixing databases that got the FTS table broken. (cherry-picked from commit 26f5af29a9e7955025134454c28d342747d47265)
-rw-r--r--src/libtracker-common/tracker-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtracker-common/tracker-parser.h b/src/libtracker-common/tracker-parser.h
index 6d39914f4..7e1708b81 100644
--- a/src/libtracker-common/tracker-parser.h
+++ b/src/libtracker-common/tracker-parser.h
@@ -30,7 +30,7 @@
* at runtime, the former must be rebuilt for those to match perfectly
* to avoid returning meaningless results on FTS searches.
*/
-#define TRACKER_PARSER_VERSION 3
+#define TRACKER_PARSER_VERSION 4
G_BEGIN_DECLS