Search feminbase in CODE_DOCUMENTATION field with partial word match
Request
| Method: | POST |
| Route: | api/entry/search |
| Example: | api/entry/search |
| Input | Value |
|---|---|
| term | αβαντ |
| database | feminbase |
| search_mode | partial |
| database_field | CODE_DOCUMENTATION |
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: | 126 |
| accept-language: | en-us,en;q=0.5 |
Response
200
JSON
Response Headers
| date: | Sun, 01 Feb 2026 00:53:44 GMT |
| content-type: | application/json |
| cache-control: | no-cache, private |
{
"data": [],
"system": {
"messages": [],
"status": 200,
"status_text": "OK",
"errors": [],
"error_code": 0
},
"metadata": {
"request": {
"term": "αβαντ",
"search_mode": "partial",
"database_field": "CODE_DOCUMENTATION",
"database": "feminbase"
},
"count": 0
}
}
Time: 10.09
select * from `FEMINBASE_FEMINBASE` where `CODE_DOCUMENTATION` like ? order by `CODE_DOCUMENTATION` asc
Bindings
| 0: | %αβαντ% |
Time: 0.33
select * from `STATISTICS` limit 1
Time: 2.88
update `STATISTICS` set `feminbase_searches` = `feminbase_searches` + 1 where `id` = ?
Bindings
| 0: | 1 |
Request
| Method: | POST |
| Route: | api/entry/search |
| Example: | api/entry/search |
| Input | Value |
|---|---|
| term | αβαντ |
| database | feminbase |
| search_mode | partial |
| database_field | CODE_DOCUMENTATION |
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: | 126 |
| accept-language: | en-us,en;q=0.5 |