-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
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_idswithin 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?
Reactions are currently unavailable