You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a collection with a relationship field linked to another collection. In the admin panel, I try to add a filter for that field, but the select element that performs the search doesn't reset the page parameter in the request every time I change something in the field, causing it to miss the results.
payloadvideo.mp4
Reproduction Steps
Create one collection with a relationship to another collection
On the admin panel try to filter for that relationship field
Adapters and Plugins
No response
The text was updated successfully, but these errors were encountered:
Closes#7188
In the collection list view, after adding a filter, the page number
should be reset since the doc count will have changed.
---------
Co-authored-by: Jarrod Flesch <[email protected]>
Link to reproduction
No response
Payload Version
3.0.0-beta.65
Node Version
20.11
Next.js Version
15.0.0-canary.53
Describe the Bug
I have a collection with a relationship field linked to another collection. In the admin panel, I try to add a filter for that field, but the select element that performs the search doesn't reset the page parameter in the request every time I change something in the field, causing it to miss the results.
payloadvideo.mp4
Reproduction Steps
Create one collection with a relationship to another collection
On the admin panel try to filter for that relationship field
Adapters and Plugins
No response
The text was updated successfully, but these errors were encountered: