We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e803d commit 4512c35Copy full SHA for 4512c35
src/main/java/com/segment/publicapi/models/ListAudienceSearchInput.java
@@ -117,7 +117,8 @@ public ListAudienceSearchInput query(String query) {
117
}
118
119
/**
120
- * Text to match against the selected field (max 255 characters).
+ * Text to match against the selected field (max 255 characters). When searching by KEY, a
121
+ * prefix match is used. For all other options, a full wildcard search will be used.
122
*
123
* @return query
124
*/
0 commit comments