0
0
bleve/examples/beer-search/static/partials/search/syntax.html

16 lines
638 B
HTML
Raw Normal View History

2014-07-31 17:51:27 +02:00
<h1 class="page-header">Syntax Search</h1>
<form class="form-horizontal" role="form">
<div class="form-group">
<div class="col-sm-offset-2 col-sm-8">
<input ng-model="syntax" type="text" class="form-control" id="searchTerm" placeholder="">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" ng-click="searchSyntax()">Search</button>
</div>
</div>
</form>
<div ng-show="results" ng-include src="'/static/partials/search/results.html'">