Add hint that partial matching may not return all possible results (#3654)

This commit is contained in:
Dominik
2025-11-09 20:04:07 +01:00
committed by GitHub

View File

@@ -26,14 +26,14 @@ mg.include('scripts/lua/header_authenticated.lp','r')
</div> </div>
<div class="box-body"> <div class="box-body">
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-6">
<div> <div>
<input type="checkbox" id="partialMatch" data-key="partialMatch"> <input type="checkbox" id="partialMatch" data-key="partialMatch">
<label for="partialMatch"><strong>Use partial matching</strong></label> <label for="partialMatch"><strong>Use partial matching</strong> (may not find complex regex entries)</label>
</div> </div>
</div> </div>
<br class="hidden-md hidden-lg"> <br class="hidden-md hidden-lg">
<div class="col-md-8"> <div class="col-md-6">
<div id="domain-limitbox-block" class="form-inline"> <div id="domain-limitbox-block" class="form-inline">
<label for="number">Maximum number of results to be returned:&nbsp;</label> <label for="number">Maximum number of results to be returned:&nbsp;</label>
<input class="form-control input-sm" type="number" min="0" value="20" id="number"> <input class="form-control input-sm" type="number" min="0" value="20" id="number">