Skip to content

Commit

Permalink
MODTLR-7 Create a client for mod-search
Browse files Browse the repository at this point in the history
  • Loading branch information
MagzhanArtykov committed Jan 22, 2024
1 parent 0f49756 commit 4b1d816
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/folio/support/CqlQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
import static java.lang.String.format;

public record CqlQuery(String query) {
@Override
public String toString() {
return query;
}

public static CqlQuery exactMatch(String index, String value) {
return new CqlQuery(format("%s==\"%s\"", index, value));
}
Expand Down

0 comments on commit 4b1d816

Please sign in to comment.