main d2d1951

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: Wed, 09 Sep 2026 08:47:56 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: 9.93

select * from `FEMINBASE_FEMINBASE` where `CODE_DOCUMENTATION` like ? order by `CODE_DOCUMENTATION` asc
Bindings
0: %αβαντ%

Time: 0.53

select * from `STATISTICS` limit 1

Time: 4.14

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