File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
CSP/csp/docsearch/js/app/templates Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 < label style ="font-size: 11pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
3939 < b > fuzzy search:</ b >
4040 </ label >
41- < label style ="font-size: 16pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
41+ < label style ="font-size: 16pt " class ="col-lg-1 col-md-1 col-sm-1 col-xs-1 control-label ">
4242 < input id ="check " type ="checkbox " ng-model ="search.fuzzy ">
4343 < span class ="cr ">
4444 < i class ="cr-icon fa fa-check " title = "Tick this box if you are not sure about word spelling "> </ i >
4848 < label style ="font-size: 11pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
4949 < b > use TFIDF Rank algorithm:</ b >
5050 </ label >
51- < label style ="font-size: 16pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
51+ < label style ="font-size: 16pt " class ="col-lg-1 col-md-1 col-sm-1 col-xs-1 control-label ">
5252 < input id ="check " type ="checkbox " ng-model ="search.rank ">
5353 < span class ="cr ">
5454 < i class ="cr-icon fa fa-check " title = "Tick this box if you want to use TFIDF Rank algorithm (longer time, but more precise ranking) "> </ i >
5555 </ span >
5656 </ label >
57+ < div class ="col-md-4 col-sm-4 col-xs-4 text-right ">
58+ < button type ="submit " class ="btn btn-primary " ng-click = "makeSearch() ">
59+ < span class ="glyphicon glyphicon-search "> </ span > Advanced Search
60+ </ button >
61+ </ div >
5762 </ div >
58- < div class ="col-md-offset-6 col-md-4 col-sm-offset-4 col-sm-4 col-xs-offset-4 col-xs-6 text-right ">
59- < button type ="submit " class ="btn btn-primary " ng-click = "makeSearch() ">
60- < span class ="glyphicon glyphicon-search "> </ span > Advanced Search
61- </ button >
62- </ div >
6363 < div class ="form-group " >
6464 < div class ="col-md-offset-2 col-md-6 col-sm-offset-2 col-sm-5 col-xs-offset-2 col-xs-4 ">
6565 < span class ="Error " ng-show ="errorToggle "> Please fill out at least one of the fields: all these words, this exact word or phrase, any of these words!</ span >
You can’t perform that action at this time.
0 commit comments