Skip to content

Commit

Permalink
Fix query visitor logic for highlighting on derived fields
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Mar 22, 2024
1 parent 0352ec4 commit beec404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public DerivedFieldQuery(

@Override
public void visit(QueryVisitor visitor) {

query.visit(visitor);
}

@Override
Expand Down

0 comments on commit beec404

Please sign in to comment.