[MM-24526] Filter * characters from the search terms in DB (#14884)

Этот коммит содержится в:
Amarjeet Anand
2020-08-05 17:13:31 +05:30
коммит произвёл GitHub
родитель 7f64199a37
Коммит fb453d578f
4 изменённых файлов: 67 добавлений и 6 удалений

Просмотреть файл

@@ -126,7 +126,7 @@ var searchPostStoreTests = []searchTest{
{
Name: "Should discard a wildcard if it's not placed immediately by text",
Fn: testSearchDiscardWildcardAlone,
Tags: []string{ENGINE_ELASTICSEARCH},
Tags: []string{ENGINE_POSTGRES, ENGINE_MYSQL, ENGINE_ELASTICSEARCH},
},
{
Name: "Should support terms with dash",