withAllTags() and withAnyTags() support slugs with hyphens? #437
Unanswered
bartclaeys
asked this question in
Q&A
Replies: 3 comments
-
They should work. If not, please submit a failing test (and possibly a fix) to demonstrate the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have a similar issue. This call here; Line 76 in b210310 is returning a Usage:
When querying a regular string it returns with an array of composer.json excerpt
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are
withAllTags()
andwithAnyTags()
supposed to work with slugs as well, eg.foo-bar
?In my experience they do not, so I have to convert hyphens into spaces before using these.
Beta Was this translation helpful? Give feedback.
All reactions