289
edits
m (linkification) |
(→steelISearchTerms: add missing documentation) |
||
| Line 565: | Line 565: | ||
*/ | */ | ||
void add(in AString field, in AString value); | void add(in AString field, in AString value); | ||
/** | |||
* Removes all current query terms from the object | |||
*/ | |||
void clear(); | void clear(); | ||
/** | |||
* If true, the search will exclude all items matching this query, rather than | |||
* including them. False by default. | |||
*/ | |||
attribute boolean isNegative; | attribute boolean isNegative; | ||
}; | }; | ||
edits