Commit 30c1dbdc authored by sim's avatar sim

Add some insights about crawler actual implementation

parent 44e148e7
......@@ -136,6 +136,9 @@ def run_moissonneur(moissonneur, project, name, query):
request.method = 'POST'
request.path = 'nowhere'
request.META = {}
# XXX 'string' only have effect on moissonneurs.pubmed; its value is added
# when processing request client-side, take a deep breath and see
# templates/projects/project.html for more details.
request.POST = {'string': name,
'query': query,
'N': QUERY_SIZE_N_MAX}
......
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