NIHVIVO-646 Improved the name query for autocomplete
This commit is contained in:
parent
9993eeea12
commit
8e986d2d87
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ SPARQL queries for existing values. --%>
|
|||
</div>
|
||||
|
||||
<input type="hidden" name="rank" value="${rank}" />
|
||||
<input type="hidden" name="acUrl" id="acUrl" value="<c:url value="/autocomplete?type=${foaf}Person" />" />
|
||||
<input type="hidden" name="acUrl" id="acUrl" value="<c:url value="/autocomplete?type=${foaf}Person&stem=false" />" />
|
||||
|
||||
<p class="submit"><v:input type="submit" id="submit" value="Add Author" cancel="true" /></p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue