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

Select box not filtering in content search #15139

Closed
fishsmith opened this issue Aug 17, 2018 · 4 comments
Closed

Select box not filtering in content search #15139

fishsmith opened this issue Aug 17, 2018 · 4 comments

Comments

@fishsmith
Copy link
Collaborator

If a content type has a "Select box" field and the value is two words, the content search will not filter by it.

Video: https://www.dropbox.com/s/vdcbw6v1h50ogtp/select-box-not-filtering.mp4?dl=0

Expected Behavior

That the content would filter by the selected value.

Current Behavior

Only filters if the selected value has no spaces

Known Workarounds

make all values single word

Steps to Reproduce (for bugs)

  1. add a select box to a content type
  2. add an option --- Two Word|two word
  3. Try to filter content by that select box
@fishsmith
Copy link
Collaborator Author

Also is true of Tags. Content filtering only works with single word tags

Example:
"containerization" = works
"headless cms" = fails

Both cases only seem to be true in the backend content search. Pulling content seems to work as expected.

@jgambarios
Copy link
Contributor

PR: #15375

@bryanboza
Copy link
Member

Fixed, unable to reproduce in the last master

@bryanboza
Copy link
Member

Fixed, now it is working as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants