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
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
We must to create objects redirect routing logic. For example for generating a citation public uri we must to get all related top object. And we can reduce elastic populate time. For generate a citation url we indexing citation 's all top relation object. Redirect will work very basically like below;
uri: /redirect/citation/{citationId} like this we can use system wide very shortly.
Describe issue
We must to create objects redirect routing logic. For example for generating a citation public uri we must to get all related top object. And we can reduce elastic populate time. For generate a citation url we indexing citation 's all top relation object. Redirect will work very basically like below;
uri:
/redirect/citation/{citationId}
like this we can use system wide very shortly.Other examples;
/redirect/article/{articleId}
/redirect/author/{authorId}
Related Links
The text was updated successfully, but these errors were encountered: