sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ElEve: alternative split
[gargantext.git]
/
src
/
Gargantext
/
API
/
Count.hs
diff --git
a/src/Gargantext/API/Count.hs
b/src/Gargantext/API/Count.hs
index b1d454a8cb82078ba29ada714d82d6ef325b0e7b..47c3381907c3d91084afcfa978ddd8bf0b725131 100644
(file)
--- a/
src/Gargantext/API/Count.hs
+++ b/
src/Gargantext/API/Count.hs
@@
-69,6
+69,7
@@
data QueryBool = QueryBool Text
queries :: [QueryBool]
queries = [QueryBool (pack "(X OR X') AND (Y OR Y') NOT (Z OR Z')")]
+--queries = [QueryBool (pack "(X + X') * (Y + Y') - (Z + Z')")]
instance Arbitrary QueryBool where
arbitrary = elements queries