Is it possible to configure content fragment models so that they generate unique dynamic file IDs when creating content fragments which could be used for querying purposes and all?
I am new to adding translations in AEM. Very likely we would be using Transperfect. Has anyone used it before? Can we roll out translations programatically in variations instead of having separate copies in other folders?
I was looking into QueryBuilder API when I saw the ability to do advanced configuration: http://localhost:4503/system/console/configMgr/com.day.cq.search.impl.builder.QueryBuilderImpl Now I saw a lot of technical terms there and not sure about what exactly do they mean and how can I tweak them ...
I am using GQL API to fetch data from AEM. However I need to have logic like contains or doesn't contains in `_path`. I wanted to know if the same is supported in AEM through GQL APIs? Like for example I see CONTAINS, CONTAINS_NOT for other fields but not for the _path. For the path, I only see EQUA...
I am trying to compare a value in my query with the returned values of a subquery. The structure looks like the following: SELECT * as node FROM [nt:unstructured]WHERE node.[ATTR] in (SELECT otherNode.[ATTR] FROM … ) I get „expected: static operand“ error. Any suggestions on this? PS: The que...
Does anyone know if AEM offer out of the box feature to bind the tags under page properties for Multiple Languages? For example, if Author select a "Market" tag under page properties > Basic > tag. Same "Market" tag automatically apply to French page as well? and If Author remove tag from one page i...
Looking for best adobe practices and recommendations. 1. We have pages in en-us with the live copies maintained in locales eg es-es. 2. We add a component in en-us and do the rollout which makes the component available in the live copy locale es-es with cq:LiveRelationship property.3. We submit ...
Hi,I am using image core component (v2) to display image and for large size image Image core component is unable to display the image.I am attaching the exception screenshot.Please respond if there there is any solution anybody has. Thanks
I want to use GraphQL to query content fragments in specific folder location. Can I do it using GQL or would that only be possible in QueryBuilder API?
So I have a query like this: query { articlesList(variation:"spanish") { items { _path, title, } } } This works fine but if I don't have a Spanish variation for a specific `Article` content fragment then it returns the master variation. However ideally I want it to r...