main * cfe6df1

Search feminbase in MASCULINE_SUFFIX 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 MASCULINE_SUFFIX
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: 124
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": "MASCULINE_SUFFIX",
            "database": "feminbase"
        },
        "count": 0
    }
}

Time: 7.1

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

Time: 0.93

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