cancel
Showing results for 
Search instead for 
Did you mean: 

Transactional Metadata query

drnutty
Champ in-the-making
Champ in-the-making
Hi,
In my Installation (version 4.2) have applied the metadata query index patch. I am trying to get all my searches(default and custom model) be done only on Database. I want to exclude completely indexing system. When i put off index sub system none of my search returns any results.
Any ideas where i need to look for a solution?

Thanks
Srini
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

you can't completely exclude / turn off indexing and expect all searches to work just the same. The transactional metadata query does just what it says - it queries metadata, not everything that the indexing search subsystem supported. It has restrictions (look at the documentation in docs.alfresco.com) in what query elements it supports, i.e. even if you are "just" querying metadata, there are some metadata query constructs that it does not support (i.e. OR queries, wildcard / case insensitive text matches).

Regards
Axel