Skip to content
New issue

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

ContentFragmentModel reference provider only evaluates cq:lastModified, cq:created and current date #24

Closed
kwin opened this issue Jul 12, 2024 · 0 comments · Fixed by #25

Comments

@kwin
Copy link
Member

kwin commented Jul 12, 2024

The references towards CF models are collected with com.adobe.cq.dam.cfm.impl.search.FragmentReferencePublishProvider (not with com.adobe.cq.dam.cfm.impl.search.ContentFragmentReferencePublishProvider as previously incorrectly assumed in #19).
That reference provider compares the replication date with

  1. cq:lastModified,
  2. cq:created or
  3. current date

(but does never take into account jcr:lastModified).

kwin added a commit that referenced this issue Jul 12, 2024
@kwin kwin changed the title ContentFragmentModel reference provider only evaluates cq:lastModified and cq:created ContentFragmentModel reference provider only evaluates cq:lastModified, cq:created and current date Jul 12, 2024
kwin added a commit that referenced this issue Jul 12, 2024
kwin added a commit that referenced this issue Jul 12, 2024
@kwin kwin closed this as completed in #25 Jul 12, 2024
kwin added a commit that referenced this issue Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant