Mm 16623 fix all initialism errors in channels/app and channels/api4 and /store dir (#25787)

Этот коммит содержится в:
Matthew Straughn
2024-01-22 08:35:16 -05:00
коммит произвёл GitHub
родитель 2415438d88
Коммит ae33de57ff
22 изменённых файлов: 117 добавлений и 117 удалений

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

@@ -28,7 +28,7 @@ var searchFileInfoStoreTests = []searchTest{
{
Name: "Should be able to search for exact phrases in quotes",
Fn: testFileInfoSearchExactPhraseInQuotes,
Tags: []string{EnginePostgres, EngineMySql, EngineElasticSearch},
Tags: []string{EnginePostgres, EngineMySQL, EngineElasticSearch},
},
{
Name: "Should be able to search for email addresses with or without quotes",
@@ -93,12 +93,12 @@ var searchFileInfoStoreTests = []searchTest{
{
Name: "Should be able to exclude messages that contain a search term",
Fn: testFileInfoFilterFilesWithATerm,
Tags: []string{EngineMySql, EnginePostgres},
Tags: []string{EngineMySQL, EnginePostgres},
},
{
Name: "Should be able to search using boolean operators",
Fn: testFileInfoSearchUsingBooleanOperators,
Tags: []string{EngineMySql, EnginePostgres, EngineElasticSearch},
Tags: []string{EngineMySQL, EnginePostgres, EngineElasticSearch},
},
{
Name: "Should be able to search with combined filters",
@@ -108,7 +108,7 @@ var searchFileInfoStoreTests = []searchTest{
{
Name: "Should be able to ignore stop words",
Fn: testFileInfoSearchIgnoringStopWords,
Tags: []string{EngineMySql, EngineElasticSearch},
Tags: []string{EngineMySQL, EngineElasticSearch},
},
{
Name: "Should support search stemming",
@@ -139,12 +139,12 @@ var searchFileInfoStoreTests = []searchTest{
{
Name: "Should support terms with underscore",
Fn: testFileInfoSupportTermsWithUnderscore,
Tags: []string{EngineMySql, EngineElasticSearch},
Tags: []string{EngineMySQL, EngineElasticSearch},
},
{
Name: "Should be able to search in deleted/archived channels",
Fn: testFileInfoSearchInDeletedOrArchivedChannels,
Tags: []string{EngineMySql, EnginePostgres},
Tags: []string{EngineMySQL, EnginePostgres},
},
{
Name: "Should be able to search terms with dashes",
@@ -161,7 +161,7 @@ var searchFileInfoStoreTests = []searchTest{
{
Name: "Should be able to search terms with underscores",
Fn: testFileInfoSearchTermsWithUnderscores,
Tags: []string{EngineMySql, EngineElasticSearch},
Tags: []string{EngineMySQL, EngineElasticSearch},
},
{
Name: "Should be able to combine stemming and wildcards",
@@ -176,7 +176,7 @@ var searchFileInfoStoreTests = []searchTest{
{
Name: "Should not support slash as character separator",
Fn: testFileInfoSlashShouldNotBeCharSeparator,
Tags: []string{EngineMySql, EngineElasticSearch},
Tags: []string{EngineMySQL, EngineElasticSearch},
},
{
Name: "Should be able to search emails without quoting them",