Question about hybrid filtering option
I came across this option about AEM GraphQL hybrid filtering which combines both JCR filtering with AEM filtering. In this documentation: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-api/graphql-optimization.html?lang=en#use-aem-graphql-hybrid-filtering
It was explained that entire load will be split between JCR and AEM graphql. I came to know that JCR filter has few limitations, where it does not work today, like case-insensitivity, null-check, contains not etc
In this session, the same was explained: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/adobe-developers-live-may-2023-understand-graphql-api/td-p/591126
However, the query showed in the session is like normal graphql query. It does not show any differentiation between JCR and AEM graphql filterings. I want to check how it actually works like how the JCR query will be setup and how the results will be provided according to the query written. How it will be different from regular graphql query. It would be great if any kind of documentation is provided which explains this part.