search using emailId

This commit is contained in:
akshat-sonic
2023-02-20 14:16:12 +05:30
parent 94bc585270
commit 8ea1273f7e

View File

@@ -53,7 +53,7 @@ public class ExperimentSpecification {
cb.function("jsonb_extract_path_text",
String.class,
root.get("experimentOwner"),
cb.literal("email")),
cb.literal("emailId")),
value
)
);