There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-859f2f73-b1c8-425b-a896-fe2a44f0a509 XWIKI-22733 Open

Replace backlinks list with a LiveData in the Page Information tab

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-eba2348d-d8f8-4b55-b925-3571932396f7 Michael Hamann on 15/Jun/26 11:34
 

Existing Live Data sources currently cannot display backlinks. So we first need a data source for this. I would suggest to implement a generic Solr search Live Data data source that can then be used (or specialized) for this purpose. It doesn't need to have a lot of features for a first version, just supporting title and link with an arbitrary Solr query as input could be enough for a first version. We could then add support for more fields as we need them.