We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In both 7.2 and 6.4 there appears to be a bug in the channel entry tag when the channel parameter has the 'not' specifier in it.
ex: I have an entry in the 'about' channel with the url title 'about'. This tag? Does not pull it back:
{exp:channel:entries channel="not blog" url_title="about|about-overview" dynamic="no"}
This tag does
{exp:channel:entries channel="about" url_title="about|about-overview" dynamic="no"}
Definitely worked in 6.2.4
The text was updated successfully, but these errors were encountered:
Resolved #2525 where using channel="not ..." parameter was returnin…
channel="not ..."
0c6c4b5
…g no results on `{exp:channel:entries}`
28a7b78
{exp:channel:entries}
Merge pull request #2527 from ExpressionEngine/bug/7.x/not-in-channel
b56193d
Resolved #2525 where using `channel="not ..."` parameter was returning no results on `{exp:channel:entries}`
Merge pull request #2528 from ExpressionEngine/bug/6.x/not-in-channel
fb2a8c4
Successfully merging a pull request may close this issue.
In both 7.2 and 6.4 there appears to be a bug in the channel entry tag when the channel parameter has the 'not' specifier in it.
ex: I have an entry in the 'about' channel with the url title 'about'. This tag? Does not pull it back:
{exp:channel:entries channel="not blog" url_title="about|about-overview" dynamic="no"}
This tag does
{exp:channel:entries channel="about" url_title="about|about-overview" dynamic="no"}
Definitely worked in 6.2.4
The text was updated successfully, but these errors were encountered: