Hi everyone, so when I need to add a query for contains I use like operation as shown below:
```
type=nt:unstructuredpath=/content/dam/en/articlesnodename=masterorderby=@titlep.limit=0p.skip=0p.hits=selectivep.properties=jcr:pathproperty=primaryCategoryTagproperty.value=%rally%property.operation=l...
Hi @BrijeshYadav thanks for the response. Fulltext behaves slightly different, I wish I could restrict it to specific properties.
The URL that you have shared I already have looked into it but I want to understand where am I supposed to add it in aem local file? I have a `crx-quickstart` folder but ...
Where is this file supposed to be placed? I am testing in my local host. Also Instead of doing it like this I would like to extend `property` predicate to `caseInsenstiveProperty` predicate can you help me understand the code for that?
Hey @Ravi_Pampana I want to perform case insensetive query in a group like this: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/case-insensetive-properties-aem-6-5-query-builder-api/m-p/547939#M136192
Can you help me understand how can I use the custom predicate that you...
How can I implement case insensetive property queries in group?
Here's an example:
nodename=mastergroup.p.or=truegroup.1_property=titlegroup.1_property.value=%articlegroup.1_property.operation=like
I want to do something like: `group.1_property.caseSenstivity=false`
I have a query like this:
type=nt:unstructuredpath=/content/dam/articlesnodename=mastergroup.p.or=truegroup.1_property=titlegroup.1_property.value=%articlegroup.1_property.operation=like
...
for group's `1_property` I want to search without case senstivity, how can I achieve the same? I am on AEM 6....
You may want to build your SPA using React and if that's the case. Check this out: https://github.com/adobe/aem-guides-wknd-spa
You can create custom components and then do the maven clean install to load them to your AEM.
I have seen someone asking about API rate limit when running AEM in local, where there is no rate limit however I was curious to know that's the same case for AEM cloud as well or we have limits there?
HEY @Saravanan_Dharmaraj
Thanks for the response
Hmm I don't see any error logs except for this warning:
launch-ecac20614ce5.min.js:9 container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead