cancel
Showing results for 
Search instead for 
Did you mean: 

Search using Multiple TYPE !!!

g_rathod
Star Contributor
Star Contributor
Friendz,

I have 3 Custom TYPES :
1) catalogFolder  (Catalog)
2) contentDefinitionFolder  (Album)
3) titleFolder (Title)

I want to search titleFolder(Title) based on selection of Catalog and Album
when I tried using following :

"search xyz title where catalog Xyz Catalog and album Movies"

                PATH:"/app:company_home/cm:M3/cm:Airlines//*" AND (TYPE:"m3:contentDefinitionFolder" AND @cm\:title:Movies) AND (TYPE:"m3:catalogFolder" AND @cm\:title:Xyz Catalog) AND @cm:\title:xyz


Here I am not able to search using more than one TYPE. lucene fails.
any idea how can I resolve or search such things?

clue?
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Don't you mean "OR" between those queries? Unless the types are subtypes of eachother, the AND statements will never be true.

Mike