Skip to content

limit param does not work when present one more filter param #578

@sergey-safarov

Description

@sergey-safarov

In web interface I specify limit value without any additional filter key, the Heplify server returns data.
But if I add a second filter param, then the Heplify server returns an empty response.
Example request with returns an empty response

{
    "config": {
        "protocol_id": {
            "name": "SIP",
            "value": 1
        },
        "protocol_profile": {
            "name": "call",
            "value": "call"
        },
        "searchbutton": false,
        "title": "CALL 2 SIP SEARCH"
    },
    "param": {
        "transaction": {},
        "limit": 200,
        "orlogic": false,
        "search": {
            "1_call": [
                {
                    "name": "limit",
                    "value": "20",
                    "func": null,
                    "type": "integer",
                    "hepid": 1
                },
                {
                    "name": "data_header.method",
                    "value": "INVITE",
                    "func": null,
                    "type": "string",
                    "hepid": 1
                }
            ]
        },
        "location": {},
        "timezone": {
            "value": -180,
            "name": "Local"
        }
    },
    "timestamp": {
        "from": 1761469196000,
        "to": 1761555596000
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions