...
4.5/ Public Sharing Activation/Deactivation
4.6/ Searching for a Portal through the DAM
...
When a fulltext search is made, if portals featureis activated and if results are found, a new section will be displayed on the top of the assets results. This section will contain portals based on the performed search
A configuration option for the displayed portals is available. By configuring a cursor dedicated to the portals displayed in the DAM, you can either filter based on a specific property to meet a particular need or deliberately ensure that no portal instances are retrieved, thereby preventing the portals result section from being displayed in the DAM.
Config file : starter-kit\portals\cursors\portals-dam-explore.json
Example of config, to put on the cursor, to hide portals results on the dam
Code Block |
---|
"staticQuery": {
"id": {
"eq": 0
}
} |