I have an API schema with multiple versions rendered on my site. The issue at the moment is that the search results are duplicated for each version of the same endpoint.
The feature request would look something like this
// Location: https://developer.mozilla.org/en-US/docs/Web/API/Window/location
dynamicFilter: ({results, location}: { results: Results[], location: window.Location ) => {
// filter results based off of location
}
I have an API schema with multiple versions rendered on my site. The issue at the moment is that the search results are duplicated for each version of the same endpoint.
The feature request would look something like this