kern
typ
For a gentle introduction to the contents of this table, please see the dlexDB user documentation.
http://dlexdb.de/sr/dlexdb_wl/kern/typ/filter/?order_prop=PROP&order_dir=DIR&$top=TOP
All query parameters are optional.
order_prop
order_dir
desc
or asc
top
The POST body may be empty, or it may contain a filter expression
according to the syntax below. Its content type should be given
as Content-type: text/query-dlexdb
. This content type is
plain text in UTF-8 encoding, and the contents must follow the
following format:
PROP1__OP1=VAL1 PROP2__OP2=VAL2 ...
where PROPn
is the name of a property (database column), OPn
is an operator, and VALn
is a value of the appropriate type. PROPn
and OPn
are separated by two underscores, and there are no spaces around the =
sign. String values must not be quoted, but may contain spaces. Surrounding whitespace and empty lines will be ignored by the parser.
Operators are:
eq
equals (for numbers or strings, case-sensitive) eqi
equals (for strings, case-insensitive) re
regular expression match (for strings, case-sensitive) rei
regular expression match (for strings, case-insensitive) ge
greater or equal (for numbers) le
less or equal (for numbers)
Multiple conditions on the same field using the same operator are not allowed. One of them would be chosen randomly while the others are discarded.
typ
3 properties
Property | Description | Data type | User documentation |
---|---|---|---|
typ_syls_cit |
String case-insensitive | /doc/typ_syls_cit/ | |
typ_freq_abs |
int | /doc/typ_freq/ | |
typ_freq_nor |
float | /doc/typ_freq/ |