AutoComplete Json API

(from josempolm (JP) · GitHub)
Hello,

And another question that I would like to ask is, does not it show up when I put “*” in AutoComplete, is there a way?

Like this ; localhost:8080/json/scroll?q=*

(from github.com/marevol)
Try to add \* to Bad Word.

(from github.com/josempolm)
I want to see all the text at the json exit.

{ "text": "fess n2sm", "tags": [ "fess" ] },

(from github.com/marevol)
We have no plan to provide scroll search for suggest index, but you can use elasticsearch api directly to do that.

(from josempolm (JP) · GitHub)
Appears in Json api, But not in scroll api.

-What could be the reason for this? I have to do something different.

query.additional.api.response.fields=content
query.additional.api.response.fields=cache

(from github.com/marevol)
Is it about Suggest API?
This issue is for Suggest API.

(from github.com/josempolm)
No, for the scroll API. Do I have to open a new issue?