[demos][s]: add search to index page and correct a typo.

This commit is contained in:
Rufus Pollock 2012-10-19 12:20:09 +01:00
parent 4aeabbe3a1
commit d5b648cc89
2 changed files with 21 additions and 2 deletions

View File

@ -74,11 +74,30 @@ root: ../
</div>
</div>
<hr />
<div class="row">
<div class="span4">
<div class="well">
<h3><a href="search/">Search Demo</a></h3>
<p>See how easy it is to build a responsive AJAX-based search interface
to a search backend. It includes full-text search, faceting and ability
to easily customize the display of results.</p>
</div>
</div>
<div class="span8">
<a href="search/"><img src="http://i.imgur.com/AmGx7.png" style="width: 100%;" /></a>
</div>
</div>
<hr />
<div class="row" id="couchdb">
<div class="span4">
<div class="well">
<h3><a href="couchdb/">CouchDB Demo</a></h3>
<p>Using CouchDB with Recline Multiview to provide an elegant powerful browser for a CouchDB database and view.</p>
<p>Using CouchDB with Recline Multiview to provide an elegant powerful
browser for a CouchDB database and view.</p>
</div>
</div>
<div class="span8">

View File

@ -80,7 +80,7 @@ ul.facet-items {
</div>
<div class="info">
<p>This demo shows how Recline can be used to build a search app. It includes faceting as well as seearch. You can find the <a href="app.js">source javascript here</a> &ndash; please feel free to reuse!</p>
<p>This demo shows how Recline can be used to build a search app. It includes faceting as well as search. You can find the <a href="app.js">source javascript here</a> &ndash; please feel free to reuse!</p>
<p>The default version uses some local example data but you can also connect directly to any other backend supported by Recline, in particular SOLR or ElasticSearch. For example, here's an <a href="?backend=solr&amp;url=http://openspending.org/api/search">example of this app running</a> off the OpenSpending SOLR-style search API.</p>
</div>