Dolphiq / craft3-plugin-sitemap

A craft 3 plugin that provides an easy way to enable and manage an XML sitemap for search engines like Google
MIT License
28 stars 18 forks source link

Fix and/or operation order #43

Closed WillVerse closed 4 years ago

WillVerse commented 4 years ago

There is an issue with entries that have no expiry date but are not yet posted showing up in the sitemap. The orWhere needs to only be affecting the expiry date check where as currently anything with a null expiry date is shown, overriding the postDate check.