-
-
Notifications
You must be signed in to change notification settings - Fork 77
help, how to get results when using scripts_field #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please provide trace log from elasticClient when you execute this query: elasticsearch.Client({
...
log: 'trace',
}); This package very hard to debug without free public elastic search server. So let do it with console logs. |
use elasticsearch version 5.5.
script_fields is hit item top level "fields". support it? |
append return value "fields" to SearchHitItem.js in getSearchHitItemTC. edit.
graphql query add hits item in "fields" .
run, elasticsearch trace log.
success getting fields values. |
Thanks for debugging! After several minutes will be published a new package. |
Thank you, new package release! |
If scripts_field is used, how can we get results of fields execution?
The text was updated successfully, but these errors were encountered: