hashemirafsan/elasticsearch-dynamic-query

$like operator isn't working as intended

Closed this issue · 1 comments

I was trying to run a query to get some partial data from elasitcsearch. But it's returning an empty array.
Tried query:

{
        "name": {
            "type": "TEXT",
            "conditions": {
                "$like": "tanvirr"
            }
        }
    }

This issue can be generate based on field type (text / keyword). In latest version resolved the some issues based operator. Hopefully it will be fixed.