Hi ,
I have text in *.js file that is "rolloutWithWorkflow" and i was trying to check if /libs/cq/search/content/querydebug.html can show the file .I am trying this out as,I need to check few text if present under libs files
The query was as below
type=nt:file
fulltext=rolloutWithWorkflow
nodename=*.js
path=/apps
It did not show the file name.Please let me know what should be the query to show the results of js file name
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
The Query seems to be correct already,
I tried this on my local machine and could see the expected content.
type=nt:file
nodename=*.jsp
fulltext="when-config-successful"
path=/libs
If you say it doesn't show the file name , what else was the result ?
EG:
Views
Replies
Total Likes
Hi,
Query Builder debugger or JCR queries does not search the content of the file. It looks for properties and values.
Views
Replies
Total Likes
The Query seems to be correct already,
I tried this on my local machine and could see the expected content.
type=nt:file
nodename=*.jsp
fulltext="when-config-successful"
path=/libs
If you say it doesn't show the file name , what else was the result ?
EG:
Views
Replies
Total Likes