SearchText

Package: Record

class SearchText

extends Omeka_Record_AbstractRecord

An entry in the site-wide fulltext search index for a record.

property SearchText::$record_type

int

Type of this text’s associated record.

property SearchText::$record_id

int

ID of this text’s associated record.

property SearchText::$public

int

Whether this text is publicly accessible.

property SearchText::$title

string

Display title for the record in search results.

property SearchText::$text

string

Searchable text for the record.