# "suggest\_mode": "always" doesn't work for term suggester

**URL:** https://discuss.elastic.co/t/suggest-mode-always-doesnt-work-for-term-suggester/284537
**Category:** Elasticsearch
**Created:** [September 18, 2021, 7:56am UTC](https://discuss.elastic.co/t/suggest-mode-always-doesnt-work-for-term-suggester/284537 "2021-09-18T07:56:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Tomohiro](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tomohiro/32/78397_2.png) [@Tomohiro](https://discuss.elastic.co/u/Tomohiro)
#### Post date: [September 18, 2021, 7:56am UTC](https://discuss.elastic.co/t/suggest-mode-always-doesnt-work-for-term-suggester/284537/1 "2021-09-18T07:56:07Z")

</div>

Hello everyone.  
I'm a rookie cloud developer who is working on a full stack web service. We are introducing elasticsearch to fetch suggestions of movie title.

The problem is suggestions couldn't be fetched when the query text and the existing title perfectly matched, using "suggest\_mode": "always".  
We are using Elasticsearch 6.2 since we use AWS elasticsearch.

(sample codes)

```auto
  query = {
    "suggest": {
      "mysuggestion": {
        "text": query,
        "term": {
          "field": field,
          "suggest_mode": "always"
        }
      }
    }
  }

```

I appreciate any advice because we are almost stucked.  
Thank you .

---

<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: [October 16, 2021, 7:56am UTC](https://discuss.elastic.co/t/suggest-mode-always-doesnt-work-for-term-suggester/284537/2 "2021-10-16T07:56:47Z")

</div>

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