summaryrefslogtreecommitdiff
path: root/src/libtracker-common
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-05-04 21:51:23 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-05-04 23:52:57 +0200
commit26f5af29a9e7955025134454c28d342747d47265 (patch)
treede165225f03ead02b74991adc3ca676ba5f2e954 /src/libtracker-common
parent6067f032d3b7ed4614bedf840b4edc86165567e3 (diff)
downloadtracker-26f5af29a9e7955025134454c28d342747d47265.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.
Diffstat (limited to 'src/libtracker-common')
-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