From 514104c823fd1224cac2f27f7f1ba7aa11fedfbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexandre=20Delano=C3=AB?= <devel+git@delanoe.org>
Date: Wed, 7 Dec 2022 09:23:54 +0100
Subject: [PATCH] [FIX] Grouping of ngrams

---
 gargantext.cabal             | 2 +-
 src/Gargantext/API/Ngrams.hs | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gargantext.cabal b/gargantext.cabal
index bca6b9d2..b16894a9 100644
--- a/gargantext.cabal
+++ b/gargantext.cabal
@@ -5,7 +5,7 @@ cabal-version: 1.12
 -- see: https://github.com/sol/hpack
 
 name:           gargantext
-version: 0.0.6.8.5.5
+version:        0.0.6.8.5.5
 synopsis:       Search, map, share
 description:    Please see README.md
 category:       Data
diff --git a/src/Gargantext/API/Ngrams.hs b/src/Gargantext/API/Ngrams.hs
index 49808843..0a22dcd3 100644
--- a/src/Gargantext/API/Ngrams.hs
+++ b/src/Gargantext/API/Ngrams.hs
@@ -211,9 +211,9 @@ ngramsStatePatchConflictResolution
   -> NgramsTerm
   -> ConflictResolutionNgramsPatch
 ngramsStatePatchConflictResolution _ngramsType _ngramsTerm
-  -- = (ours, (const ours, ours), (False, False))
+   = (ours, (const ours, ours), (False, False))
                              -- (False, False) mean here that Mod has always priority.
-  = (ours, (const ours, ours), (True, False))
+--  = (ours, (const ours, ours), (True, False))
                              -- (True, False) <- would mean priority to the left (same as ours).
   -- undefined {- TODO think this through -}, listTypeConflictResolution)
 
-- 
2.21.0