StateDontMatchID

The IDs of one or more state tokens (created earlier by using the StoreState parameter with theQuery action) that list documents that you want to exclude from the results. Separate multiple state IDs with commas. There must be no space before or after a comma.

If you specify the token ID only, IDOL Content Component excludes all documents listed in the token from the results. If you add a (zero-based) index range, or individual numbers separated by plus symbols (+), in square brackets after the token ID, IDOL Content Component excludes only that range or set of documents.

NOTE: When you specify documents or document ranges, you must list the entries in increasing numerical order.

Actions: List
Query
Suggest
SuggestOnText
GetQueryTagValues
Type: String
Default:  
Example: Exclude all documents listed in the state token B8UGIK95FKJG-23 from being returned as results:
StateDontMatchID=B8UGIK95FKJG-23

Exclude the first twelve documents, plus the fourteenth and sixteenth documents, listed in the state token B8UGIK95FKJG-23 from being returned as results:
StateDontMatchID=B8UGIK95FKJG-23[0-11+13+15]
See Also: StateMatchID
StoreState
StateMatchOriginalSection