Skip to content

[6.x] Show an entry selector when filtering by an entries field - #15043

Merged
jasonvarga merged 1 commit into
6.xfrom
entries-filter-selector
Jul 21, 2026
Merged

[6.x] Show an entry selector when filtering by an entries field#15043
jasonvarga merged 1 commit into
6.xfrom
entries-filter-selector

Conversation

@duncanmcclean

@duncanmcclean duncanmcclean commented Jul 21, 2026

Copy link
Copy Markdown
Member

This pull request changes the fields filter for entries fields to show an entry selector, rather than a text input.

Previously, when filtering by an entries field, you had to type an entry's ID or title by hand. This PR replaces the text input with a lazy-loaded typeahead select (the same one used by the fieldtype's "Typeahead Field" mode), scoped to the field's configured collections and respecting its search index, blueprints, query scopes, and "Select Across Sites" config.

The operators have changed to match: instead of "Contains" against an ID or title, you now pick an entry and filter by "Is", "Isn't", "Empty" or "Not empty". The filter badge now shows the selected entry's title.

Before

CleanShot 2026-07-21 at 09 58 22

After

CleanShot 2026-07-21 at 09 57 37

Closes #14603

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jasonvarga
jasonvarga merged commit f323ac4 into 6.x Jul 21, 2026
24 checks passed
@jasonvarga
jasonvarga deleted the entries-filter-selector branch July 21, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filtering by an entry should show the entry picker

2 participants