Class isds_fulltext_result

Class isds_fulltext_result

class isds.isds_fulltext_result

ISDS full-text result.

This class holds the full-text search result content.

active

Data box is active.

Type:bool
address

Post address.

Type:string
addressMatches

Indexes of start/stop pairs of highlighted address text which match the sought element.

Note:A copy of the value is returned when read. Nothing is done when written.
Type:list of tuples (int, int) each representing a start/stop index pair
biDate

Date of birth in local time at birth place.

Note:A copy of the value is returned when read. A copy of the value is stored when written.
Type:isds_date
commercial_sending

Current data box (which has been used to obtain the search result) can send commercial messages into this box.

Type:bool
dbEffectiveOVM

Data box has OVM role (§ 5a).

Type:bool
dbID

Data box identifier.

Type:string
dbType

Data box type.

Type:isds_pki_format
ic

Organisation identifier (in Czech: IČ).

Type:string
name

Subject owning the box.

Type:string
nameMatches

Indexes of start/stop pairs of highlighted name text which match the sought element.

Note:A copy of the value is returned when read. Nothing is done when written.
Type:list of tuples (int, int) each representing a start/stop index pair
public_sending

Current data box (which has been used to obtain the search result) can send non-commercial messages into this box.

Type:bool

Table Of Contents

Previous topic

Class isds_event

Next topic

Class isds_fulltext_result_meta

This Page