Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 9d7be9a

Browse files
committed
Add searchHighlights
1 parent ce1fbdc commit 9d7be9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Builder/Meta.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ enum Meta: string implements OperatorInterface, ExpressionInterface
3131
*/
3232
case IndexKey = 'indexKey';
3333

34+
/**
35+
* Display search terms in their original context.
36+
*/
37+
case SearchHighlights = 'searchHighlights';
38+
3439
public function getOperator(): string
3540
{
3641
return '$meta';

0 commit comments

Comments
 (0)