Click or drag to resize

SearchGenerator Properties

This is preliminary documentation and is subject to change.

The SearchGenerator type exposes the following members.

Properties
 NameDescription
Public propertyBackendName Class name of search back-end to use (Default: $wgSearchType, MediaWiki 1.22+)
Public propertyCompatibilityOptions Gets/sets the compatibility options used with this list.
(Inherited from WikiListT)
Protected propertyDistinctGeneratedPages When using the default implementation of EnumPagesAsync(IWikiPageQueryProvider), determines whether to remove duplicate page results generated from generator results. This property does not affect the behavior of EnumItemsAsync(CancellationToken).
(Overrides WikiPageGeneratorTItemDistinctGeneratedPages)
Public propertyGeneratorName The name of generator, used as the value of generator parameter in action=query request.
(Inherited from WikiPageGeneratorTItem)
Public propertyIncludesInterwiki Include interwiki results in the search, if available. (Default: false, MediaWiki 1.23+)
Public propertyKeyword Search for all page titles (or content) that have this value.
Public propertyListName The name of list, used as the value of list parameter in action=query request.
(Overrides WikiListTListName)
Public propertyMatchingField Search inside the text or titles.
Public propertyNamespaceIds Only list pages in these namespaces.
Public propertyPaginationSize Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiListT)
Public propertySiteGets the MediaWiki site this instance applies to.
(Inherited from WikiListT)
Top
See Also