Skip to content

Commit

Permalink
SOSL Binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajek2 committed Sep 12, 2023
1 parent 9842910 commit fe83084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions force-app/main/default/classes/SOSL.cls
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ public inherited sharing class SOSL implements ISearchable {
return builder.toString();
}

public List<Object> binding() {
return binder.getBindedValues();
}

public SOSL preview() {
System.debug(LoggingLevel.ERROR, '\n\n============ SOSL Preview ============\n' + toString() + '\n=======================================\n');
return this;
Expand Down

0 comments on commit fe83084

Please sign in to comment.