Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Jan 31, 2025
1 parent 9b3fe8c commit 27648a2
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,9 @@ public function testIndexingRemoteId(Criterion $criterion): void

$contentId = self::$contentIdByRemoteIdIndex[$remoteId];

// ensure correct collation for comparison
// apply explicit collation
$collationFixedCriterion = new Criterion\RemoteId([
new Criterion\LogicalAnd([
new Criterion\Comparison(
'remote_id',
Criterion\Operator::EQ,
$remoteId . " COLLATE utf8mb4_unicode_ci"
)
])
$remoteId . ' COLLATE utf8mb4_unicode_ci',
]);

// test searching using both Content & Location remote IDs for both Content items
Expand Down

0 comments on commit 27648a2

Please sign in to comment.