Hi!

I'd like to query a dms folder.
I tried this script:
[code]select * from mgnl:contentNode where jcr:path LIKE 
'/my-portal/products/%' [/code]

And the result is:
[code]
/my-portal/products/promo_2
/my-portal/products/promo_2/description_files
/my-portal/products/promo_1
/my-portal/products/promo_1/description_files
/my-portal/products/termek_1
/my-portal/products/termek_1/description_files[/code]

So what are that "description_files" nodes in the result list?
And how can i exclude them?

I tried this:
[code]
select * from mgnl:contentNode where jcr:path LIKE '/my-portal/products/%' AND 
name NOT LIKE '%desc%'[/code]

But this query results 0 rows.

Please help!

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e241cbf5-f35a-474b-9d1f-8d2e63b3c098


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to