Reusable UI code for implementing ES search feature in webapp?

Hi,
I'm the author of an opensource web app
(https://github.com/Dieterbe/anthracite/) that stores its data in
elasticsearch. It's written in python, js and html.
Now i want to add search capabilities. full text search, searching on
certain fields, for tags, (nested) and/or/not constructs, etc.
This needs a bunch of html forms with a certain behavior. Is there any UI
code that I can add to my app to make this easier? Without having to write
everything myself?

I have searched but couldn't find anything.

I'm even considering adding kibana into my app, though i would need to hack
it to remove all the extra options i don't need

any advice?

thanks,
Dieter

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I can offer a simple Elasticsearch Bootstrap search UI in

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I'd suggest googling

elasticsearch angularjs

There seems to be a wealth of projects in that direction, if angularJs is
an option.

On Sunday, October 13, 2013 1:56:36 PM UTC+7, Jörg Prante wrote:

I can offer a simple Elasticsearch Bootstrap search UI in
GitHub - jprante/Elasticsearch-Dancer-App: a simple Elasticsearch/Dancer/Bootstrap application for demonstration

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hey Dieter,

you should have a look at Twitter's typeahead.js library
(GitHub - twitter/typeahead.js: typeahead.js is a fast and fully-featured autocomplete library) or at this ruby/rails tutorial
(even if you're in python)
https://shellycloud.com/blog/2013/10/adding-search-and-autocomplete-to-a-rails-app-with-elasticsearch.

You should also give a try to Algolia, we compared with ES in
Algolia vs Elastic: Full text search in database | Algolia.
Our 5-min tutorial (including python) is available at
Algolia Documentation.

Bests,

On Saturday, October 12, 2013 9:54:14 PM UTC+2, Dieter Plaetinck wrote:

Hi,
I'm the author of an opensource web app (
GitHub - Dieterbe/anthracite: an event / change logging/managament app) that stores its data in
elasticsearch. It's written in python, js and html.
Now i want to add search capabilities. full text search, searching on
certain fields, for tags, (nested) and/or/not constructs, etc.
This needs a bunch of html forms with a certain behavior. Is there any UI
code that I can add to my app to make this easier? Without having to write
everything myself?

I have searched but couldn't find anything.

I'm even considering adding kibana into my app, though i would need to
hack it to remove all the extra options i don't need

any advice?

thanks,
Dieter

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.