Skip to content

Commit 2b4e579

Browse files
committed
remove contains web query
1 parent 9c087f9 commit 2b4e579

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/web/src/sdk.ts.twig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,6 @@ class Query {
540540
static greaterEqual = (attribute: string, value: QueryTypes): string =>
541541
Query.addQuery(attribute, "greaterEqual", value);
542542

543-
static contains = (attribute: string, value: QueryTypesList): string =>
544-
Query.addQuery(attribute, "contains", value);
545-
546543
static search = (attribute: string, value: string): string =>
547544
Query.addQuery(attribute, "search", value);
548545

0 commit comments

Comments
 (0)