Search feminbase in FEMININE_CODE 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 | FEMININE_CODE |
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: | 121 |
| 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": "FEMININE_CODE",
"database": "feminbase"
},
"count": 0
}
}
Time: 12.25
select * from `FEMINBASE_FEMINBASE` where `FEMININE_CODE` like ? order by `FEMININE_CODE` asc
Bindings
| 0: | %αβαντ% |
Time: 0.4
select * from `STATISTICS` limit 1
Time: 1.82
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 | FEMININE_CODE |
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: | 121 |
| accept-language: | en-us,en;q=0.5 |