Hi,

I was wondering if you could assist me in searching for a multiple value
property. This property is selected using a checkbox in the page properties
dialog. 

Thanks,

Dieter 

Magnolia - User mailing list wrote:
> 
> Hi Dieter,
> 
> I usually use queries in xpath to search on a tree, which seems more 
> appropriate.
> To search on a magnolia property of a node you can do like this:
> //path/to/the/node/[EMAIL PROTECTED]:TheProperty='TheValue']
> 
> Just for a node:
> //path/to/the/node
> 
> To know the type of node that you search, use the jcr query tool in 
> admininterface.
> 
> HTH
> 
> CAPITAINE Harold
> 
> dieter a écrit :
>> Hi, I would like to implement an advanced search in magnolia and i assume
>> that would involve querying using the underlying jackrabbit or lucene
>> api.
>> Now obviously the data is not sored in the same manner as in magnolia,
>> and I
>> have seen from the dev-search example how to query using jackrabbit "
>> SELECT
>> * FROM nt:base where jcr:path like '/%' and title like '%' " . This is
>> great
>> for title, but how do i go about searching on other custom attributes in
>> lucene or in jackrabbit?
>>
>> Thanks
>>   
> 
> 
> 
> ----------------------------------------------------------------
> for list details see
> http://www.magnolia.info/en/developer.html
> ----------------------------------------------------------------
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Magnolia-Searching-tf3432460.html#a10214494
Sent from the Magnolia - User mailing list archive at Nabble.com.


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to