Skip to content

Support exclude_entity_ids in request body per query #957

@OrriMandarin

Description

@OrriMandarin

Hi,

For the /match endpoint, excluding entities currently requires using a query parameter that has a strict maximum number of elements (50). Additionally, the exclusion list is applied globally across all queries in a single request, rather than being scoped per query.

Proposal:

  • Allow specifying exclude_entity_ids within the request body for each individual query.
  • This change would enable per-query exclusion and remove the current limitation on the number of IDs that can be excluded via query params.
  • It would make multi-query requests more precise and easier to manage, especially when each query needs a different exclusion set.

What do you think about this suggestion?

Metadata

Metadata

Assignees

No one assigned

    Labels

    api-v2matchingWorking on the matching system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions