When I submit a query, the search input element clears. E.g. if I search for "apple" in the input element below, Solr searches for "apple", but the search input element is cleared / becomes blank.
<input type="text" id="query" autocomplete="off"> The search term(s) persist in the URL: ... /#q=apple How can I persist the search terms in the search field entry box. once I submit a search? (I'm not sure if this issue is Solr-related, or a non-related HTML or JavaScript coding issue.)