diff --git a/demos/index.html b/demos/index.html index aeca66c9..4e2f9160 100644 --- a/demos/index.html +++ b/demos/index.html @@ -74,11 +74,30 @@ root: ../ +
+ +
+
+
+

Search Demo

+

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.

+
+
+
+ +
+
+ +
+

CouchDB Demo

-

Using CouchDB with Recline Multiview to provide an elegant powerful browser for a CouchDB database and view.

+

Using CouchDB with Recline Multiview to provide an elegant powerful + browser for a CouchDB database and view.

diff --git a/demos/search/index.html b/demos/search/index.html index aa94911c..d7e3dda7 100644 --- a/demos/search/index.html +++ b/demos/search/index.html @@ -80,7 +80,7 @@ ul.facet-items {
-

This demo shows how Recline can be used to build a search app. It includes faceting as well as seearch. You can find the source javascript here – please feel free to reuse!

+

This demo shows how Recline can be used to build a search app. It includes faceting as well as search. You can find the source javascript here – please feel free to reuse!

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 example of this app running off the OpenSpending SOLR-style search API.