jmvanel / semantic_forms

Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Other
75 stars 23 forks source link

Completion in "display URI or search" field #204

Closed jmvanel closed 3 years ago

jmvanel commented 3 years ago

In addition to getting a results page, the search results could appear in pull down completion widget, just like <input> fields in /edit page.

The field to modify:


<input class="sf-search" type="text" id="q" name="q" size="40" 
placeholder="Afficher URI ou Chercher le terme (syntaxe Lucene)"
title="Afficher URI ou Chercher le terme (syntaxe Lucene)" list="start_uris">```