-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4035: Made search words more unique to reduce risk for matchin…
…g other tickets.
- Loading branch information
1 parent
79b86f4
commit dd1250f
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,7 @@ my $ArticleID = $ArticleBackendObject->ArticleCreate( | |
From => 'Agent Some Agent Some Agent <[email protected]>', | ||
To => 'Customer A <[email protected]>', | ||
Subject => 'TestArticleSubject' . $RandomID, | ||
Body => 'A text for the body, Title äöüßÄÖÜ€ис', | ||
Body => 'A text for the body, Title äöüßÄÖÜ€ис, deoxyribonucleicacid', | ||
ContentType => 'text/plain; charset=ISO-8859-15', | ||
HistoryType => 'AddNote', | ||
HistoryComment => 'first article', | ||
|
@@ -185,7 +185,7 @@ sleep 1; | |
my @BodySearchTicketIDs = $ESObject->TicketSearch( | ||
Result => 'ARRAY', | ||
UserID => $UserID, | ||
Fulltext => 'A text for the body', | ||
Fulltext => 'deoxyribonucleicacid', | ||
Permission => 'ro', | ||
Limit => 100, | ||
); | ||
|
@@ -196,7 +196,7 @@ ok( $TicketIDFound, 'Search for article body successful' ); | |
my @AttachmentContentSearchTicketIDs = $ESObject->TicketSearch( | ||
Result => 'ARRAY', | ||
UserID => $UserID, | ||
Fulltext => 'Umlaut', | ||
Fulltext => 'xylophone', | ||
Permission => 'ro', | ||
Limit => 100, | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Some German Text with Umlaut: ���� | ||
|
||
And with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines. | ||
|
||
A hopefully unique word for searching could be xylophone. |