Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • findTaxonomy returning unfiltered results · 12 years ago

    If you want to get the fix for this in your site now (next release will have the fix) you can see this commit: https://github.com/getgrav/grav/commit/9bb7d0c37b9f950122402c8e5ab0694f6d0dafc3

  • findTaxonomy returning unfiltered results · 12 years ago

    Ok after reviewing this I have come to the conclusion that the expected behavior should be an AND relationship, rather than the OR relationship that the code was producing. I've committed a fix to the

  • findTaxonomy returning unfiltered results · 12 years ago

    Documentation appears to be in error :) Will fix that also.

  • findTaxonomy returning unfiltered results · 12 years ago

    Thanks for the quick response! I think I was confused because the docs http://learn.getgrav.org/content/taxonomy don't make that clear. I look forward to seeing what you're able to come up with!

  • findTaxonomy returning unfiltered results · 12 years ago

    BTW the relevant function is here so you can see how it's working currently: https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Taxonomy.php#L76-L89

  • findTaxonomy returning unfiltered results · 12 years ago

    I'm pretty sure the findTaxonomy() method does an OR so that it loops through all the items passed in and basically finds anything that matches any of the taxonomies. However, I can see an AND operati

  • findTaxonomy returning unfiltered results · 12 years ago

    We are trying to setup a content directory within our site, that can be used to populate subdirectories on the same install. Based on docs, Taxonomy is the way to do it. So for example, I have a twig

  • How does the "author" feature works? · 12 years ago

    Pages within in Grav or merely repositories for data. In most cases these map directly one-to-one with menu items enabling you to create a navigational hierarchy that becomes your site. However, it i

  • How does the "author" feature works? · 12 years ago

    Ok, thank you for this. Indeed, it does not behave as I would have expected.

  • How does the "author" feature works? · 12 years ago

    Ah, that author folder should of been removed. It was part of an early iteration of the blog where I was including the content of this invisible and unroutable author page into the sidebar. That w