From d5b648cc8955ebf659ebcce4b3291d6e5761237e Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Fri, 19 Oct 2012 12:20:09 +0100 Subject: [PATCH] [demos][s]: add search to index page and correct a typo. --- demos/index.html | 21 ++++++++++++++++++++- demos/search/index.html | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) 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.