Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arxiv-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
crawlers
arxiv-api
Commits
a2d78abe
Commit
a2d78abe
authored
Nov 25, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Search in abstract by default
parent
4d6ae5aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
21 deletions
+1
-21
Arxiv.hs
src/Arxiv.hs
+1
-1
stack.yaml.lock
stack.yaml.lock
+0
-20
No files found.
src/Arxiv.hs
View file @
a2d78abe
...
...
@@ -53,7 +53,7 @@ apiComplex limit query = execQuery limit query
------------------------------------------------------------
simpleQuery
::
[
String
]
->
Ax
.
Query
simpleQuery
xs
=
Ax
.
Query
{
Ax
.
qExp
=
Just
$
Exp
$
A
ll
xs
simpleQuery
xs
=
Ax
.
Query
{
Ax
.
qExp
=
Just
$
Exp
$
A
bs
xs
,
Ax
.
qIds
=
[]
,
Ax
.
qStart
=
0
,
Ax
.
qItems
=
batchSize
}
...
...
stack.yaml.lock
deleted
100644 → 0
View file @
4d6ae5aa
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files
packages:
- completed:
hackage: arxiv-0.0.3@sha256:02de1114091d11f1f3ab401d104d125ad4301260806feb7f63b3dcefc7db88cf,1588
pantry-tree:
size: 283
sha256: 97318cdbfc5426addee56911001caa7948c5379556e873c32f50e37d6c1f970c
original:
hackage: arxiv-0.0.3@sha256:02de1114091d11f1f3ab401d104d125ad4301260806feb7f63b3dcefc7db88cf,1588
snapshots:
- completed:
size: 590100
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/28.yaml
sha256: 428ec8d5ce932190d3cbe266b9eb3c175cd81e984babf876b64019e2cbe4ea68
original:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/28.yaml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment