You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/groupbyinc/api/Query.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1042,7 +1042,7 @@ public String getPreFilterExpression() {
1042
1042
* Failing to provide a valid pre-filter expression will result in a 400 Bad Request response, where a description of
1043
1043
* the invalid expression part will be included to help you debug the issue.
1044
1044
*
1045
-
* For more examples and the full syntax reference, please visit the public <a href="https://groupbysupport.docs.stoplight.io/gb-docs/data-and-upload-management/search/pre-filters">GroupBy Documentation</a>.
1045
+
* For more examples and the full syntax reference, please visit the public <a href="https://docs.groupbycloud.com/gb-docs/gb-implementation/search-implementation/pre-filters">GroupBy Documentation</a>.
1046
1046
* </code>
1047
1047
*
1048
1048
* @param preFilterExpression The pre-filter expression
0 commit comments