From e7aaf0ea6ae37e624da7c3b752dbe258b70db2e0 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Dieguez Date: Tue, 23 Jun 2020 16:15:41 +0200 Subject: [PATCH] Activate tests about search terms inside links (#14578) --- store/searchtest/post_layer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/searchtest/post_layer.go b/store/searchtest/post_layer.go index 3a65594c01..9124f1e5b1 100644 --- a/store/searchtest/post_layer.go +++ b/store/searchtest/post_layer.go @@ -251,7 +251,7 @@ var searchPostStoreTests = []searchTest{ { Name: "Should be able to search terms within links", Fn: testSupportSearchTermsWithinLinks, - Tags: []string{ENGINE_MYSQL}, + Tags: []string{ENGINE_MYSQL, ENGINE_ELASTICSEARCH}, }, { Name: "Should not return links that are embedded in markdown",