Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Get the record fields #138

Open
MohamedHatemAbdu opened this issue Mar 4, 2017 · 0 comments
Open

Get the record fields #138

MohamedHatemAbdu opened this issue Mar 4, 2017 · 0 comments

Comments

@MohamedHatemAbdu
Copy link

MohamedHatemAbdu commented Mar 4, 2017

I have a database consists of posts where any post consists of :-
{
title : "",
Body :""
TimeStamp :""
Author :""
}

and in the config.js, I defined my paths as follow

exports.paths = [
{
path : "posts",
index: "firebase",
type : "thing",
fields: ['title']
}}

the result of the search contains:-

_source {
title : ""
}

How do i make the ES to return all the post document fields not only the "title" field?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant