Page MenuHomeSoftware Heritage

home-search-symbol.html
No OneTemporary

home-search-symbol.html

<!-- The symbol search-->
<label for="file-hash-form">Search symbol</label>
<div class="simple-desc container-fluid">
Lookup symbols in content that SWH indexed (i.e. a file that we have
in our database).
</div>
<br />
<form id="file-hash-form"
action="{{ url_for('search_symbol') }}"
class="form-inline"
method="get">
<div class="input-group">
<input id="text-symbol-input"
type="text"
name="q"
placeholder="Symbol to lookup"
class="form-control"
{% if q is not none %}
value="{{ q }}"
{% endif %}
/>
</div>
<div class="form-group">
<select id="per_page" name="per_page" class="form-control">
{% for v in ['10', '25', '50'] %}
{% if per_page == v %}
<option selected="selected">{{ v }}</option>
{% else %}
<option>{{ v }}</option>
{% endif %}
{% endfor %}
</select>
</div>
<div class="form-group">
<button id="text-symbol-submit"
class="btn btn-default"
type="submit">
Symbol search
</button>
</div>
</form>
<br />

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 6:57 PM (10 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3306396

Event Timeline