Commit c81616df authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] IsTex without scrolling finally

parent a8e7e6de
Pipeline #3175 passed with stage
in 92 minutes and 40 seconds
......@@ -4,6 +4,7 @@
* [BACK][FIX] HAL parser fix
* [BACK][UPGRADE] ./bin/psql gargantext.ini < devops/postgres/upgrade/0.0.6.2.sql
* [BACK][ADMIN] upgrade script, test ok
* [BACK][FIX][API] IsTex
## Version 0.0.6.1
* [BACK][FEAT] Spacy Server connection for French (and others) languages
......
......@@ -35,7 +35,8 @@ get la q _ml = do
--printDebug "[Istex.get] calling getMetadataScrollProgress for ml" ml
-- The "scroll" expects "d/h/m/s/ms" time interval. Let's set it to "1 month"
--eDocs <- ISTEX.getMetadataScroll q ((\_n -> pack $ "1m") <$> ml) Nothing 0 --(fromIntegral <$> ml)
eDocs <- ISTEX.getMetadataScroll (q <> " abstract:*") "1m" Nothing 0 --(fromIntegral <$> ml)
--eDocs <- ISTEX.getMetadataScroll (q <> " abstract:*") "1m" Nothing 0 --(fromIntegral <$> ml)
eDocs <- ISTEX.getMetadataWith q (Just 5000)
printDebug "[Istex.get] will print length" (0 :: Int)
case eDocs of
Left _ -> pure ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment