]> Git — Sourcephile - gargantext.git/commit
[TableResult] refactor to use TableResult type
authorPrzemek Kaminski <pk@intrepidus.pl>
Thu, 5 Dec 2019 13:35:45 +0000 (14:35 +0100)
committerPrzemek Kaminski <pk@intrepidus.pl>
Thu, 5 Dec 2019 13:35:45 +0000 (14:35 +0100)
commit9ac290aab7569b10a546e31ddf7396c7ae194456
treecfe33eea4e266169e69b3f4b3b87570a1ec58bec
parent5c9f1e5a82ae4eb81a08052f28e0f02767147b58
[TableResult] refactor to use TableResult type

Also, (length allDocs) queries were replaced by proper count queries
from the DB which is more efficient, except for the table query (this is
a bit more complex).
src/Gargantext/API/Node.hs
src/Gargantext/API/Table.hs
src/Gargantext/Core/Types.hs
src/Gargantext/Database/Flow/Pairing.hs
src/Gargantext/Database/Node/Children.hs
src/Gargantext/Database/TextSearch.hs
src/Gargantext/Database/Utils.hs