The eTextReader Project Source Forge Web Logo

Page Title

The ExternalSearchEngines table contains descriptions of search engines which can be accessed to look up a word or phrase within the eTextReader system. This allows the system to be expanded to use new data sources as reference material. Note that this system is separate from the internal searching mechanisms which allow searching through the content making up any given textbook.

Search engines are described using the standard Open Search mechanism, which is the same mechanism used by Internet Explorer 7 and Firefox 2.0.

The following is a description of the columns in the ExternalSearchEngines table, along with their meanings.

Columns in the ExternalSearchEngines table
Column Name Data type Description
id decimal(4,0) An identifier that identifies this search engine
description varchar(50) A human readable description of this search engine
xml text An OpenSearch file describing the search engine
owner int The user ID of the owner; 0 if this is a system definition. Must reference a value in the Users table if non-zero.