YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 138 forks source link

Add directive to control the _source attribute of a search request #93

Open jgoelen opened 7 years ago

jgoelen commented 7 years ago

This pull request adds a directive that controls the _source field of every hit. It can be used to optimize the size of the search hits in case you have documents with large fields.

Example usage:

<input type="hidden" eui-enabled="true" eui-query="ui.composed" eui-source="['foo','bar']"/>
YousefED commented 7 years ago

Thanks for the work guys.

At the moment I'm unable to commit any time to ElasticUI, and I think it could benefit from:

Let alone the open issues raised in this repo. If any of you are interested in working more on this project, I'm open to making you a maintainer.