[#183,demos/search][xs]: rename js file.

This commit is contained in:
Rufus Pollock 2012-11-02 09:36:25 +00:00
parent 98e346b270
commit c3c4f04cc9
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,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 search. 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="demo.search.app.js">source javascript here</a> &ndash; please feel free to reuse!</p>
<p>The default setup uses local example data but you can also connect directly to any other <a href="{{page.root}}/docs/backends.html">backend supported by Recline</a>, for example SOLR, ElasticSearch or even a google docs spreadsheet. As an example: here's an <a href="?backend=solr&amp;url=http://openspending.org/api/search">example running against the SOLR-style OpenSpending API</a> and here's an example <a href="?backend=gdocs&amp;url=https://docs.google.com/spreadsheet/ccc?key=0Aon3JiuouxLUdExXSTl2Y01xZEszOTBFZjVzcGtzVVE">running against a GDocs spreadsheet (Oil spills in the Niger Delta)</a>.</p>
</div>
@ -95,5 +95,5 @@ ul.facet-items {
<div style="clear: both;"></div>
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript" src="demo.search.app.js"></script>