# Discover view has changed - 7.12.0

**URL:** https://discuss.elastic.co/t/discover-view-has-changed-7-12-0/270902
**Category:** Kibana
**Created:** [April 21, 2021, 8:17pm UTC](https://discuss.elastic.co/t/discover-view-has-changed-7-12-0/270902 "2021-04-21T20:17:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![elasticforme](https://avatars.discourse-cdn.com/v4/letter/e/f05b48/32.png) [@elasticforme](https://discuss.elastic.co/u/elasticforme)
#### Post date: [April 21, 2021, 8:17pm UTC](https://discuss.elastic.co/t/discover-view-has-changed-7-12-0/270902/1 "2021-04-21T20:17:43Z")

</div>

```
"_index": "test",
  "_type": "_doc",
  "_id": "1",
  "_version": 3,
  "_score": 0,
  "fields": {
    "number": [
      2
    ],
    "statu": [
      "active"
    ],
    "word": [
      "test2"
    ],
    "word.keyword": [
      "test2"
    ],
    "statu.keyword": [
      "active"
    ]
  }
}

```

It was looking like this before 7.12 which is way better.

```
{
  "_index": "test",
  "_type": "_doc",
  "_id": "4",
  "_version": 1,
  "_score": 0,
  "_source": {
    "number": 2,
    "word": "test2",
    "statu": "done"
  }
}

```

how do I get this to work like before?

---

<div class="post-metadata">

### Author: ![matw](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/matw/32/13913_2.png) [@matw](https://discuss.elastic.co/u/matw)
#### Post date: [April 22, 2021, 7:32am UTC](https://discuss.elastic.co/t/discover-view-has-changed-7-12-0/270902/2 "2021-04-22T07:32:21Z")

</div>

Hi  
Currently the only way to resolve is, to set `discover:searchFieldsFromSource` to `on` in Advanced settings. However, we are aware to this issue and here you can track progress on resolving it.

> <https://github.com/elastic/kibana/issues/95946>
>
> We recently switched from \_source to fields in Discover's search request. So currently there's no way to view \_source in Discover...

Thx for your feedback!  
Matthias

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 20, 2021, 7:33am UTC](https://discuss.elastic.co/t/discover-view-has-changed-7-12-0/270902/3 "2021-05-20T07:33:05Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
