DoNotAssociateAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)Prevents query_term from being associated with specified terms
during search. Example: Don't associate "gShoe" and "cheap".
Attributes |
|
|---|---|
| Name | Description |
query_terms |
MutableSequence[str]
Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms. |
do_not_associate_terms |
MutableSequence[str]
Cannot contain duplicates or the query term. Can specify up to 100 terms. |
terms |
MutableSequence[str]
Will be [deprecated = true] post migration; |