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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The provided content details the `Condition.Types.QueryTerm` class within the Retail v2 API, with version 2.12.0 being the latest and a range of prior versions available."],["`QueryTerm` is used to define terms for matching in queries and has an inheritance from `Object`, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `QueryTerm` class includes two constructors: a default constructor `QueryTerm()` and an overloaded one `QueryTerm(Condition.Types.QueryTerm other)` for creating a new instance from an existing one."],["Key properties of the `QueryTerm` class are `FullMatch`, a boolean indicating if the match should be full or partial, and `Value`, a string representing the term to match, which is limited to 3 terms for partial matches."]]],[]]