This is to address the case where the archive is enabled at a later date or de-activated for a period of time.
A second attribute in the options, archiveStrict may help (by default enabled).
If disabled the query changes from _archive=='0' to _archive!=='1'
That way all entries without the _archive attribute will still be discoverable.
This is to address the case where the archive is enabled at a later date or de-activated for a period of time.
A second attribute in the options,
archiveStrictmay help (by default enabled).If disabled the query changes from
_archive=='0'to_archive!=='1'That way all entries without the
_archiveattribute will still be discoverable.