For queries like: `SELECT * FROM t WHERE text_field LIKE '%a%'` the `text_field` is used instead of the underlying exact field (e.g.: `text_field.keyword`)
For queries like:
SELECT * FROM t WHERE text_field LIKE '%a%'the
text_fieldis used instead of the underlying exact field (e.g.:text_field.keyword)