public sealed class QueryTerm : IMessage<Condition.Types.QueryTerm>, IEquatable<Condition.Types.QueryTerm>, IDeepCloneable<Condition.Types.QueryTerm>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Condition.Types.QueryTerm.
The value of the term to match on.
Value cannot be empty.
Value can have at most 3 terms if specified as a partial match. Each
space separated string is considered as one term.
For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms
and not allowed for a partial match.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe provided content details the \u003ccode\u003eCondition.Types.QueryTerm\u003c/code\u003e class within the Retail v2 API, with version 2.12.0 being the latest and a range of prior versions available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQueryTerm\u003c/code\u003e is used to define terms for matching in queries and has an inheritance from \u003ccode\u003eObject\u003c/code\u003e, implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryTerm\u003c/code\u003e class includes two constructors: a default constructor \u003ccode\u003eQueryTerm()\u003c/code\u003e and an overloaded one \u003ccode\u003eQueryTerm(Condition.Types.QueryTerm other)\u003c/code\u003e for creating a new instance from an existing one.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eQueryTerm\u003c/code\u003e class are \u003ccode\u003eFullMatch\u003c/code\u003e, a boolean indicating if the match should be full or partial, and \u003ccode\u003eValue\u003c/code\u003e, a string representing the term to match, which is limited to 3 terms for partial matches.\u003c/p\u003e\n"]]],[],null,[]]