Hints on Search

1. Search Endpoint

Declares against which search repository the request is raised. The two possibilities are:
STANDARDthe by default requested repository which can only be used after authentication.
PUBLICthe public repository contains only published objects and is also searchable without authentication.

2. Simple Search

In the text box you can enter the term you like to search for. If the text box has the focus you can start the search by the return key, otherwise you have to press the search button. There exist three different search modes:
Search Fulltextonly the fulltext section of an object is searched for hits
Search Metadataonly the metadata section of an object is searched for hits
Search Bothboth the fulltext and the metadata section of an object are searched for hits
2.1 Examples
2.1.1 Fulltext
termresultcomment
jungerall objects where the fulltext section contains junger
junger goetheall objects where the fulltext section contains junger and goetheAND relation
junger AND goetheall objects where the fulltext section contains junger and goetheAND relation
junger OR goetheall objects where the fulltext section contains junger or goetheOR relation
Hint:
"or" relations are stronger than "and" relations, so the "or" relations are processed first.
2.1.2 Metadata
The metadata search works just like the fulltext seach. The search strings can be combined with and respectively or.

Another way to search for metadata results is to specify the metadata which should be searched for. The notiation is: metadata-tag:search-term
Here are some examples:
termresultcomment
title:Wertherall object where the title tag in the objects metadata contains Werther
title:"Die Leiden des jungen Werther"all object where the title tag in the objects metadata contains Die Leiden des jungen Werther
title:Werther or title:"Die Leiden" and format:text/xml all object where the title tag in the objects metadata contains Werther or Die Leiden and the format is text/xmlthe "or" relation is stronger than the "and" relation means:
(title:Werther or title:"Die Leiden") and format:text/xml
title:Werther and title:"Die Leiden" or format:text/xml all object where the title tag in the objects metadata contains Die Leiden or the format is text/xml and the title tag contains Wertherthe "or" relation is stronger than the "and" relation means:
title:Werther and (title:"Die Leiden" or format:text/xml)
All possible matadata tags can be used in the search (see metadata TextGrid documentation).

Hints:
At the moment the metadata search is case sensitive, this will be changed soon.
Enclosing the search terms in brackets to manipulate the search result isn't possible currently.

3. Advanced Search

In the advanced search you can raise a search request with the help of a given form. This form consists of three different sections. These sections can be selected by a checkbox. A selected section is regarded for the search request. The metadata and the fulltext search can be combined, the baseline encoding search can only be executed separately.
3.1 Metadata
The metadata section gives the possibility to search for different fields. This form is organized as a matrix. Each row represents the search for one metadata field. The field can be selected by a combo box at the beginning of the line. The search stings can be entered in the text boxes behind. These text boxes are "or" related. The different lines are "and" related. The searchable metadata fields are currently:
Data Contributora person that submits data in TextGrid, identified by its user ID (e.g. testuser@textgrid.de)
Identifieran identifier in non-TextGrid context (e.g., a ISBN or ISSN, a shelfmark, a registration or inventarynumber)
Notessome additional information concerning the object
Projectthe TextGrid project where the object is assigned to
Rights Holderperson or organization with copyright for an item
Textgrid URIthe internal Uniform Resource Identifier of an object
Titlethe title of an object
The expandable labels Text types, Content types, Languages contain checkable tree controls, which can be used to define the search closer.
With the assistance of the Date field there can be set a timeframe. There must be set "from date" and a "to date". The date is only regarded, if the between button is checked.
3.2 Fulltext
By fulltext search only the text section of an object is searched for hits. In the text box you can enter the term you like to search for. If you fill in more than one word, the words will be "and" related for the search. By the word distance you can declare whether the words should only be found in one document or they should occur within a special word distance.
3.3 Baseline Encoding
Baseline Encoding is a text-type specific encoding which is based on the TEI P5 standard. Its function is to enable structured search and processing capabilities across the TextGrid data pools. Only baseline encoded TextGrid object can be found by this search opportunity.
Similar to the metadata search the baseline encoding search form is organized as a matrix. In the first text box of a line the searched tag should be filled in. In the following text boxes of this line the searched content can be filled in. The text boxes of a line are "or" related. The different lines are "and" related.