jagonteam / complete-me

https://complete-me.herokuapp.com
1 stars 3 forks source link

Elastic do not returns expected results #28

Closed xaviermichel closed 9 years ago

xaviermichel commented 9 years ago

For example, with query :

{
  "query": {
    "match" : {
      "text" : {
        "query" : "du",
        "fuzziness": "AUTO"
      }
    }
  }
}

And it returns all result that contains "du"...