I have to search for the value of jcr:lastModifiedBy in AEM
I have to search under page which has a jcr:content under which we have components which have a property jcr:lastModifiedBy. Please help
Probably this should do the job:
path=/content//jcr:content
type=nt:unstructured
property=jcr:lastModifiedBy
property.value=admin
You can test also your query builder queries also here.