Search multiple termbase for an exact match
Returns terms for the specified termbases that exactly match the term given
Request
| Method: | POST |
| Route: | api/entry/multisearch |
| Example: | api/entry/multisearch |
| Input | Value |
|---|---|
| term | torque |
| databases | [ "teleterm", "inforterm", "termterm", "acouterm", "electerm", "lexiterm", "emcterm", "sensoterm", "chromoterm", "geoterm", "optoterm", "unitterm", "philotterm", "foraterm", "docuterm" ] |
| exact_match | true |
| search_mode | exact |
| database_field | TERMEN |
Request Headers
| host: | localhost:8000 |
| accept: | application/json |
| user-agent: | Symfony |
| content-type: | application/json |
| accept-charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| content-length: | 267 |
| accept-language: | en-us,en;q=0.5 |
Response
200
JSON
Response Headers
| date: | Tue, 14 Oct 2025 08:48:15 GMT |
| content-type: | application/json |
| cache-control: | no-cache, private |
{
"data": [
{
"RECNUM": 3426,
"TERMEN": "torque",
"TERMGR": "ροπή ",
"MOTOVOC": "S 625",
"CODE": null,
"STAGE": "3",
"ABBRGR": null,
"STERMGR": null,
"SECTION": null,
"NOTEGR": null,
"ABBREN": null,
"STERMEN": "ETSI EN 301",
"TERMFR": null,
"ABBRFR": null,
"TERMGE": null,
"ABBRGE": null,
"NOUN": null,
"NOTEEN": null,
"GRAECOEN": null,
"GRAECOFR": null,
"GRAECOGE": null,
"SOURCES": null,
"MARKING": 0,
"MOTOVOC2": "S 625",
"DATEOFRECORD": null,
"N-LECTICITY_EN": null,
"N-LECTICITY_GR": null,
"N-LECTICITY_FR": null,
"DATABASE": "teleterm",
"UID": 100003426,
"SOURCE_UNIFORM": "S 625",
"LINK": null
},
{
"RECNUM": 11981,
"TERMEN": "torque",
"TERMGR": "ροπή ",
"MOTOVOC": "S 625",
"CODE": null,
"STAGE": "3",
"ABBRGR": null,
"STERMGR": null,
"SECTION": null,
"NOTEGR": null,
"ABBREN": null,
"STERMEN": "ETSI EN 301",
"TERMFR": null,
"ABBRFR": null,
"TERMGE": null,
"ABBRGE": null,
"NOUN": null,
"NOTEEN": null,
"GRAECOEN": null,
"GRAECOFR": null,
"GRAECOGE": null,
"SOURCES": null,
"MARKING": 0,
"MOTOVOC2": "S 625",
"DATEOFRECORD": null,
"N-LECTICITY_EN": null,
"N-LECTICITY_GR": null,
"N-LECTICITY_FR": null,
"DATABASE": "teleterm",
"UID": 100011981,
"SOURCE_UNIFORM": "S 625",
"LINK": null
},
{
"RECNUM": 11248,
"TERMEN": "torque",
"TERMGR": "ροπή στρέψης",
"CODE": null,
"INITIALS": "KA",
"STERMEN": "EN 60320-1Α1",
"TERMFR": "couple",
"TERMGE": "Drehmoment",
"ABBREN": null,
"ABBRGR": null,
"ABBRFR": null,
"ABBRGE": null,
"stage": "3",
"elecvoc": null,
"sources": null,
"noun": null,
"STERMGR": "ΕΛΟΤ EN 60320-1Α1",
"DATABASE": "electerm",
"UID": 500011248,
"SOURCE_UNIFORM": null
},
{
"RECNUM": 11249,
"TERMEN": "torque",
"TERMGR": "ροπή",
"CODE": null,
"INITIALS": "ΠΓ",
"STERMEN": "EN 60947-1",
"TERMFR": "torsion",
"TERMGE": null,
"ABBREN": null,
"ABBRGR": null,
"ABBRFR": null,
"ABBRGE": null,
"stage": "3",
"elecvoc": null,
"sources": null,
"noun": null,
"STERMGR": "ΕΛΟΤ EN 60947-1",
"DATABASE": "electerm",
"UID": 500011249,
"SOURCE_UNIFORM": null
},
{
"RECNUM": 11250,
"TERMEN": "torque",
"TERMGR": "ροπή, ζεύγος στρέψης",
"CODE": null,
"INITIALS": "ΠΓ",
"STERMEN": "EN 60730-1",
"TERMFR": "couple",
"TERMGE": null,
"ABBREN": null,
"ABBRGR": null,
"ABBRFR": null,
"ABBRGE": null,
"stage": "3",
"elecvoc": null,
"sources": null,
"noun": null,
"STERMGR": "ΕΛΟΤ EN 60730-1",
"DATABASE": "electerm",
"UID": 500011250,
"SOURCE_UNIFORM": null
}
],
"system": {
"messages": [],
"status": 200,
"status_text": "OK",
"errors": [],
"error_code": 0
},
"metadata": {
"request": {
"term": "torque",
"search_mode": "exact",
"exact_match": true,
"database_field": "TERMEN",
"databases": [
"teleterm",
"inforterm",
"termterm",
"acouterm",
"electerm",
"lexiterm",
"emcterm",
"sensoterm",
"chromoterm",
"geoterm",
"optoterm",
"unitterm",
"philotterm",
"foraterm",
"docuterm"
]
},
"count": 5
}
}
Time: 7.81
select * from `TELETERM_TELETERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.41
select * from `STATISTICS` limit 1
Time: 2.28
update `STATISTICS` set `teleterm_searches` = `teleterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 7.89
select * from `INFORTERM_INFORTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.39
select * from `STATISTICS` limit 1
Time: 2.27
update `STATISTICS` set `inforterm_searches` = `inforterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 0.67
select * from `TERMTERM_TERMTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.38
select * from `STATISTICS` limit 1
Time: 2.14
update `STATISTICS` set `termterm_searches` = `termterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 2.92
select * from `ACOUTERM_ACOUTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.4
select * from `STATISTICS` limit 1
Time: 2.45
update `STATISTICS` set `acouterm_searches` = `acouterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 1.37
select * from `ELECTERM_ELECTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.4
select * from `STATISTICS` limit 1
Time: 1.97
update `STATISTICS` set `electerm_searches` = `electerm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 0.46
select * from `LEXITERM_LEXITERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.26
select * from `STATISTICS` limit 1
Time: 2.21
update `STATISTICS` set `lexiterm_searches` = `lexiterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 0.5
select * from `EMCTERM_EMCTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.26
select * from `STATISTICS` limit 1
Time: 2.45
update `STATISTICS` set `emcterm_searches` = `emcterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 0.51
select * from `SENSOTERM_SENSOTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.3
select * from `STATISTICS` limit 1
Time: 3.12
update `STATISTICS` set `sensoterm_searches` = `sensoterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 0.67
select * from `CHROMOTERM_CHROMOTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.33
select * from `STATISTICS` limit 1
Time: 1.74
update `STATISTICS` set `chromoterm_searches` = `chromoterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 1.83
select * from `GEOTERM_GEOTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.32
select * from `STATISTICS` limit 1
Time: 1.75
update `STATISTICS` set `geoterm_searches` = `geoterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 1.67
select * from `OPTOTERM_OPTOTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.29
select * from `STATISTICS` limit 1
Time: 1.95
update `STATISTICS` set `optoterm_searches` = `optoterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 1.1
select * from `UNITTERM_UNITTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.29
select * from `STATISTICS` limit 1
Time: 4.32
update `STATISTICS` set `unitterm_searches` = `unitterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 0.65
select * from `PHILOTTERM_PHILOTTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.37
select * from `STATISTICS` limit 1
Time: 3.56
update `STATISTICS` set `philotterm_searches` = `philotterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 1.14
select * from `FORATERM_FORATERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.29
select * from `STATISTICS` limit 1
Time: 1.73
update `STATISTICS` set `foraterm_searches` = `foraterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Time: 2.37
select * from `DOCUTERM_DOCUTERM` where `TERMEN` = ? order by `TERMEN` asc
Bindings
| 0: | torque |
Time: 0.42
select * from `STATISTICS` limit 1
Time: 2.64
update `STATISTICS` set `docuterm_searches` = `docuterm_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Request
| Method: | POST |
| Route: | api/entry/multisearch |
| Example: | api/entry/multisearch |
| Input | Value |
|---|---|
| term | torque |
| databases | [ "teleterm", "inforterm", "termterm", "acouterm", "electerm", "lexiterm", "emcterm", "sensoterm", "chromoterm", "geoterm", "optoterm", "unitterm", "philotterm", "foraterm", "docuterm" ] |
| exact_match | true |
| search_mode | exact |
| database_field | TERMEN |
Request Headers
| host: | localhost:8000 |
| accept: | application/json |
| user-agent: | Symfony |
| content-type: | application/json |
| accept-charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| content-length: | 267 |
| accept-language: | en-us,en;q=0.5 |