[tracker/wip/carlosg/backports-3.3: 3/4] libtracker-sparql: Bump FTS parser version




commit 27c3137d733b4511fe31f00a639c4d1389ac465c
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed May 4 21:51:23 2022 +0200

    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)

 src/libtracker-common/tracker-parser.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]