hollyvalero Posted August 21, 2021 Share Posted August 21, 2021 While I was looking for a workaround to my MarkupSimpleNav borking over multiple items separated by a pipe: 'selector' => 'template!=home|blog|category' I did an update of a production site and found a similar problem with: $features = $pages->find('template=post|articleblog, limit=1, sort=-date'); Which makes me wonder if this is a pagefinder.php selectors problem and not markupsimple nav? Everything in this installation was 100% up to date EXCEPT the (Dev) upgrade and when I updated that, this OR-condition not supported showed up. Link to comment Share on other sites More sharing options...
elabx Posted August 21, 2021 Share Posted August 21, 2021 This seems to be related with recent updates, check the last comment here: https://github.com/processwire/processwire-issues/issues/1428 Link to comment Share on other sites More sharing options...
ryan Posted August 22, 2021 Share Posted August 22, 2021 @hollyvalero Looks like I broke it on the dev branch trying to resolve another issue report on Friday. Sorry about that, I have just pushed a fix. Thanks. 3 1 Link to comment Share on other sites More sharing options...
hollyvalero Posted August 22, 2021 Author Share Posted August 22, 2021 10 minutes ago, ryan said: @hollyvalero Looks like I broke it on the dev branch trying to resolve another issue report on Friday. Sorry about that, I have just pushed a fix. Thanks. thank, you, Ryan!!! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now