Skip to content

Fix regression in ElasticSearch with blob `text?` method

What does this MR do?

In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8976 we renamed several Blob method that reflects the structure of it. Some methods like text? weren't updated to the new name in the ElasticSearch module.

What are the relevant issue numbers?

Refs https://gitlab.com/gitlab-org/gitlab-ce/issues/43783

Does this MR meet the acceptance criteria?

Merge request reports