main * cfe6df1

Search feminbase in FEMININE_FORM_STATUS 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_FORM_STATUS
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: 128
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_FORM_STATUS",
            "database": "feminbase"
        },
        "count": 0
    }
}

Time: 7.31

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

Time: 0.43

select * from `STATISTICS` limit 1

Time: 3.19

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_FORM_STATUS
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: 128
accept-language: en-us,en;q=0.5