Applies to- Quark Publishing Platform 2018
Solution:
1. Edit QueryServiceContext.xml file available in qpp-core-14.0.jar(<Server>/lib folder) in folder com\quark\qpp\core\query\service.
Change this:
<property name="assetExploreMode">
<value>${query.display.default.assets.exploremode:PLAIN}</value>
</property>
To:
<property name="assetExploreMode">
<value>${query.display.default.assets.exploremode}</value>
</property>
2. Edit Query.properties file available in <Server>/conf folder
Change this:
################### Default Query display Settings #################
# Default display is used when executing a search for which user specific display does not exist.
# e.g. when browsing a collection for first time.
query.display.default.assets.columns = Name, Routed to, Created, Last Modified, Collection
# Query Result display mode for asset queries. possible values are : plain, thumbnail or snippet
query.display.default.assets.displaymode = PLAIN
# Query Result explore mode. possible values are : PLAIN, PROJECT, PROJECT AND PAGE, RELATION, RELATED ASSETS, COLLECTIONS
query.display.default.assets.exploremode=PLAIN
To:
################### Default Query display Settings #################
# Default display is used when executing a search for which user specific display does not exist.
# e.g. when browsing a collection for first time.
query.display.default.assets.columns = Name, Routed to, Created, Last Modified, Collection
# Query Result display mode for asset queries. possible values are : plain, thumbnail or snippet
query.display.default.assets.displaymode = PLAIN
# Query Result explore mode. possible values are : PLAIN, PROJECT, PROJECT AND PAGE, RELATION, RELATED ASSETS, COLLECTIONS
query.display.default.assets.exploremode=RELATION