···31313232 // If set, focus on the search box.
3333 AutoFocus bool
3434+3535+ // If true, the next search will run in debug mode.
3636+ Debug bool
3437}
35383639// Result holds the data provided to the search results template.
···118118 <input class="form-control" type="number" id="maxhits" name="num" value="{{.Num}}">
119119 </div>
120120 <button class="btn btn-primary">Search</button>
121121+ <!--Hack: we use a hidden form field to keep track of the debug flag across searches-->
122122+ {{if .Debug}}<input id="debug" name="debug" type="hidden" value="{{.Debug}}">{{end}}
121123 </div>
122124 </form>
123125 </div>