Filter query on table kern/syl

:
:
:
:
Filters: (add or remove filters in the URL)
-
syl_cit syl_token_freq_abs syl_type_freq_abs
, 8270276 1
ge 5275043 220014
. 5049791 14
der 4668275 45108
die 4121613 4506
te 3108373 107644
und 2876243 1689
den 2856761 51764
be 2736889 110181
gen 2317135 96781

Use HTTP_ACCEPT: application/json to get JSON only.

13 columns in table /kern/syl

ColumnDescriptionData typeUser documentation
syl_cit String case-insensitive /doc/syl_cit/
syl_token_freq_abs int /doc/syl_token_freq/
syl_token_freq_nor float /doc/syl_token_freq/
syl_token_freq_abslog float /doc/syl_token_freq/
syl_token_freq_norlog float /doc/syl_token_freq/
syl_token_freq_rank float /doc/syl_token_freq/
syl_token_freq_rank123 int /doc/syl_token_freq/
syl_type_freq_abs int /doc/syl_type_freq/
syl_type_freq_nor float /doc/syl_type_freq/
syl_type_freq_abslog float /doc/syl_type_freq/
syl_type_freq_norlog float /doc/syl_type_freq/
syl_type_freq_rank float /doc/syl_type_freq/
syl_type_freq_rank123 int /doc/syl_type_freq/

Selecting columns

By default, only one or several default columns are displayed (e.g., the type). To select more columns, use the select parameter:

http://sr/dlexdb/kern/syl/filter/?select=COL1[,COL2...]

If using select, the default columns are discarded unless you include them manually.

The default column selection is subject to change. Don't rely on it in your application!

Sorting

http://sr/dlexdb/kern/syl/filter/?orderby=[-]COL

The default sort order is subject to change. Don't rely on it in your application!

Limit and offset

http://sr/dlexdb/kern/syl/filter/?top=N&skip=M

Filtering

http://sr/dlexdb/kern/syl/filter/?COL__OP=VALUE

All query parameters of the form COL__OP (two underscores), where COL is a column name and OP is an operator, will be interpreted as filter conditions.

Operators are:

eqequals (for numbers or strings, case-sensitive)
eqiequals (for strings, case-insensitive)
reregular expression match (for strings, case-sensitive)
reiregular expression match (for strings, case-insensitive)
gegreater or equal (for numbers)
leless or equal (for numbers)

Multiple filters on the same field using the same operator are not allowed. One of them would be chosen randomly while the others are discarded.

Case-insensitive string fields can be queried with either the eq or the eqi operator without difference.