Meant to reply. Yes took some digging. Got this to work lastDate: {
_logOp: OR
_expressions: [{
_operator: AT_OR_AFTER
value: $today
},
{
_operator: AT
value: null
},
]
}
I see docs on graphql that talk about using resolvers to provide better queries.https://graphql.org/learn/execution/ I don't think graphql is the best for our purposes. I am considering a totally different DB that provides SQL, Non-relational, or querying the JCR directly from Java. Problem is we w...
Hi all. Turns out we had an internal cache that was from a previous version of AEM I had no idea about. We have two sites running in tandem. And the dispatcher sometimes grabs from the old one. So there was a conflict. We are working on breaking them apart better. Problem solved. Thanks for the help...
Hi,Can I create a query in graphql, persisted, where I can ask for a date greater than if equal to today? We have CFs that have dates that sometimes go older than today, and we want to filter them out in a graphQL query. Is this possible? ThanksJoel
Appears as if we have two environments running in tandem (new cloud and old on prem). Our dispatcher appears to be allowing a JS call through to old on prem that should have been kept in the cloud.Once I confirm this I will update this post.
1. I included the JS output. This is in UAT so unfortunately it's minified. I will see if we can remove that for now.2. Because it's intermittent I doubt this is an issue. I'lll ask my team about that.3. This is my guess. I'll investigate this further. 4: No third party conflicts unless the error I ...
Sorry for the delay. Just other priorities. No this did not work. But I am re-learning dispatcher.The last answer appeared to be the best. Please give me time to evaluate and I will update. I am hoping to have an update by the end of June at the latest. -Joel
Hi, I want my pdfs to be inlined rather than downloaded. I found this suggestion: <LocationMatch "\.(?i:pdf)$"> ForceType application/pdf Header set Content-Disposition inline </LocationMatch> Which file do I add this to? I tried dispatcher_vhost.conf without success. ThanksJoel