Commit a52c1aa0 authored by Romain Loth's avatar Romain Loth

correction istex name

parent 2098f3f0
......@@ -202,11 +202,10 @@ RESOURCETYPES = [
'default_languages': ['en'],
},
{ 'type': 8,
'name': 'ISTex [ISI]',
'format': 'ISI',
'name': 'ISTex',
'format': 'json',
'parser': "ISTexParser",
'file_formats':["zip"],
#'crawler': "ISICrawler",
'crawler': None,
'default_languages': ['en', 'fr'],
},
......
......@@ -30,7 +30,7 @@ def query( request ):
if request.method == "POST":
query = request.POST["query"]
if request.POST[N] == "NaN":
if request.POST["N"] == "NaN":
N = QUERY_SIZE_N_MAX
else:
N = int(request.POST["N"])
......
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