cancel
Showing results for 
Search instead for 
Did you mean: 

How to do lucene query

sharifu
Confirmed Champ
Confirmed Champ
I am new to lucene. I can't seem to figure out how and where to run lucene query. What I want to do is following

select * from * where type= sp:mla_supplements and sp:survey != ""

Then display the value of this property sp:survey


sp:mla_supplements is subtype of cm:content

sp:survey is a property of sp:mla_supplements.

How can I achieve this and where exactly do I run it? I am using v 4.2.c
1 REPLY 1

sharifu
Confirmed Champ
Confirmed Champ
Is the following way to display what I want, within shares->repository->node browser


PATH:"/app:company_home/st:sites/cm:SpectrumASA//." AND  +ASPECT:"{sp.new.model}mlasupplementFields" AND ( @sp\:surveynames:"*")