Allow depth 0 and -1 in crawl UI (0=single page, -1=unlimited)
This commit is contained in:
parent
648842301f
commit
19cd3317aa
1 changed files with 1 additions and 1 deletions
2
serp.py
2
serp.py
|
|
@ -1695,7 +1695,7 @@ CRAWL_HTML = """
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{depth}}</label>
|
||||
<input type="number" id="depth" value="9" min="1" max="15">
|
||||
<input type="number" id="depth" value="9" min="-1" max="15">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{max_pages}}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue