You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it just pulls the asset detail path directly from the properties without manipulating it in any way, so it will come with the whole url pointing to the details page.
From what I understand, for a mapping to be applied, it needs to go through the LinkManager. Is that not the case? Or if it is the case, how can we go about obfuscating the url?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Is there a way to apply a map to the result URLs? They all have the /content/ prefix in the url of each result card.
I looked through the code and it seems as though that value is pulled from the
ConfigImpl.java
file with the following methodSo it just pulls the asset detail path directly from the properties without manipulating it in any way, so it will come with the whole url pointing to the details page.
From what I understand, for a mapping to be applied, it needs to go through the LinkManager. Is that not the case? Or if it is the case, how can we go about obfuscating the url?
Thanks,
Liviu
Beta Was this translation helpful? Give feedback.
All reactions