Changelog

2024-03-31
Versioning

The delivered version is now indicated in the metadata

2023-11-05
Rename excludeInterjections to noInterjections

In order to have a uniform naming structure regarding the noPresidium parameter, interjections can be now excluded using the noInterjections parameter

2023-09-02
Introduce onlyMetadata

The new parameter onlyMetadata returns all columns except the content column

2023-08-29
Count Parameter

The count parameter returns exclusively the number of rows in general or in context of the used parameters

2023-08-29
NoPresidium Parameter

Introduce noPresidium parameter which excludes paragraphs marked as speeches by presidium

2023-08-25
HighlightMatches Parameter

Search matches can highlighted in sense of marking them by term tags which can be used for frontend purposes

2023-08-25
ExcludeInterjections Parameter

Filter interjections in the result set by using excludeInterjections as boolean parameters

2023-07-21
New Hardware

The API moved to a better equiped piece of hardware. Hopefully, responses will be faster now

2023-07-13
Boolean Operators

You can now use Boolean Operators for the match operator. The rules following the MariaDB Boolean Rules.

2023-06-29
minSeq Operator

You can now filter by a minimum seq value.

2023-06-02
Output Format

The data can be formatted in two formats now: json or xml. Hurray!

2023-06-01
Documents Overview

The documents’ status can now be found in document tab in the navigation. The output is filtered by states

2023-05-31
NLP Parameter

By using ?nlp=true|false you can now add group and name markers for paragraphs’ contents

2023-05-24
Speaker Search

Using speaker=string, it is now possible to search for specific speakers

2023-05-21
API Documentation Launch

This documentation is deployed!

2023-05-21
Fulltext Search

Add fulltext search for paragraphs’ contents

2023-05-21
Random Selection

Select random texts by setting random for orderBy

2023-05-21
Like Search

Search for text strings in content with like=string

2023-05-21
Offset Parameter

Set an offset via offset=n. Powerful tool especially in combination with limit

2023-05-19
Order Parameters

Introduced new parameters for ordering data: orderBy and orderDirection.

2023-05-18
Datebase structure script

In root, there is now a sql file for set the database structure

2023-05-18
Launch

Introduction of this API with parameters nth, id, affiliation, state, period, minDate, maxDate, and limit