Provided for setting non-php-standard named variables
Class Details
[line 5677]
A SearchParameter for {@code KEYWORD} IdeaTypes that specifies Keywords that should be excluded from the results.<p>
The KeywordMatchType associated with these keywords is used to provide various filtering strategies. For example, the excluded keyword "sony player" will exclude ideas from the resulting ideas as described by the table below.
<table border="1"> <tr style="font-weight: bold;"> <th>Idea</th> <th>{@code BROAD}</th> <th>{@code PHRASE}</th> <th>{@code EXACT}</th> </tr> <tr> <td>sony player</td> <td>Exclude</td> <td>Exclude</td> <td>Exclude</td> </tr> <tr> <td>blu-ray sony player</td> <td>Exclude</td> <td>Exclude</td> <td>Include</td> </tr> <tr> <td>sony dvd player</td> <td>Exclude</td> <td>Include</td> <td>Include</td> </tr> <tr> <td>sony dvd</td> <td>Include</td> <td>Include</td> <td>Include</td> </tr> </table> <p>This element is supported by following IdeaTypes: KEYWORD. <p>This element is supported by following RequestTypes: IDEAS, STATS.