Oak indexing in aem 64 for dam:assetcontent
I was trying to run a query with type - dam:AssetContent and on running it in query builder ui I get the result but I see an error in the error login traversing and that there is no index while I mocked up the dam:asset index under oak:index in aem
property - metadata/cq:tags - throws no error while
property - metadata/customprop - throws traversal error
Custom prop is of type “long”
query
type- dam:AssetContent
path- /content/dam
property - metadata/customprop
property.value - 123
could i be missing something basic ? Please advise