Skip to content

jiabin/facetly

Repository files navigation

Facetly

Elasticsearch user interface

Getting Started

Download the production version or the development version.

In your web page:

<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="../css/facetly.css" />
<link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery-ui.css" />
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">

<!-- Container -->
<div id="facetly"></div>

<!-- Javascripts -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js"></script>
<script src="libs/handlebars.min.js"></script>
<script src="dist/facetly.min.js"></script>
<script>
jQuery(function($) {
  Facetly.init();
});
</script>

Documentation

(Coming soon)

Examples

You can find a simple example in demo/index.html.

Release History

(Nothing yet)

About

Elasticsearch visual query builder in JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages