Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Allow searching by labels in Dictionary fieldtype #10877

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue when searching for a multi-word option in the Dictionary fieldtype because it was only taking option "values" into account and not their labels.

For example: you couldn't search Cold Cases, you'd have to search Cold-Cases for a result to be returned.

Fixes #10823.

@jasonvarga jasonvarga merged commit 44e1083 into 5.x Oct 1, 2024
18 checks passed
@jasonvarga jasonvarga deleted the allow-searching-by-labels-in-dictionary-fieldtype branch October 1, 2024 14:01
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.

The select look ahead on a Filter that use a Dictionary field doesn't work
2 participants