Calaca icon indicating copy to clipboard operation
Calaca copied to clipboard

Search UI for Elasticsearch

Results 14 Calaca issues
Sort by recently updated
recently updated
newest added

trying to figure out how to modify the base code to allow for sorting of a selected numeric field in descending order. Any advice on how to best achieve that?

enhancement

Hi - Is there a way to expose this in IIS using reverse proxy and connect over HTTPS?

This could be a great feature; if I can get it hacked together on my end I will gladly share the code in case it wants to get implemented

enhancement

Can't work out exactly how to get the livesearch to use AND as a default between keywords (basically replace " " with " AND ". Any ideas?

I solved this problem by adding this line in js/services.js `query = query.replace(/[\:\!\"\/\(\)\[\]\{\}\\\^]/g, "");` Hope it helps

Hi there, I've installed this plugin however I'm having some difficulties to get it working. Does it still work with the current version of es? The ui displays perfectly however...

How do I pass the login and password for elastichsearch access? Thanks in advance. Eduardo

Hey Roman, Quick question, I'm trying to put some HTML in the result description, basically adding some < b r / > 's most specific here: https://github.com/romansanchez/Calaca/blob/master/_site/index.html#L33 Can you point...

Hi, Do you think, there is a way to make it as an express app, hosted on lambda? Also, integration with AWS elastic search services? Thanks

Can we have facet search in next version? so that user can also filter/navigate the search using facets. Thanks, Rohan