pas.models.parliamentary_group

Classes

PASParliamentaryGroup

Fraktion

Module Contents

class pas.models.parliamentary_group.PASParliamentaryGroup[source]

Bases: onegov.parliament.models.ParliamentaryGroup, onegov.search.ORMSearchable

Fraktion

__mapper_args__[source]
fts_public = False[source]

Returns True if the model is available to be found by the public. If false, only editors/admins will see this object in the search results.

fts_properties[source]
property fts_suggestion: str[source]

Returns suggest-as-you-type value of the document. The field used for this property should also be indexed, or the suggestion will lead to nowhere.

If a single string is returned, the completion input equals the completion output. (My Title -> My Title)

If an array of strings is returned, all values are possible inputs and the first value is the output. (My Title/Title My -> My Title)