MaRDI4NFDI / portal-compose

docker-composer repo for mardi
https://portal.mardi4nfdi.de
GNU General Public License v3.0
3 stars 1 forks source link

'What links here' pages appear empty #582

Closed eloiferrer closed 1 hour ago

eloiferrer commented 3 hours ago

Describe the bug The 'what links here' pages related to wikibase items appear empty or mostly empty.

For instance, the 'what links here' list for the Item Q5976452 appears empty: https://portal.mardi4nfdi.de/wiki/Special:WhatLinksHere/Item:Q5976452 When in reality it should show at least the results here: https://tinyurl.com/2ytwk6nt

In the case here there should be several results, but I only see one as of now: https://portal.mardi4nfdi.de/wiki/Special:WhatLinksHere/Item:Q161115

I wonder if this has to do with some of the adjustments we did recently in the database? As far as I remember we were seeing some jobs that had to do with links @physikerwelt

Expected behavior (A clear and concise description of what you expected to happen.)

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots (If applicable, add screenshots to help explain your problem.)

Additional context Add any other context about the problem here.

Checklist for this issue: (Some checks for making sure this issue is completely formulated)

physikerwelt commented 3 hours ago

Yes, that is expected, as we renamed the table that contained the information with that data.

eloiferrer commented 2 hours ago

Ok, I was not aware of that. Does this mean that pages will appear as they are added to the new table or should we try to fix this?

physikerwelt commented 2 hours ago

Ok, I was not aware of that. Does this mean that pages will appear as they are added to the new table or should we try to fix this?

If we add the links again, edit performance will degrade again.

eloiferrer commented 2 hours ago

Ah ok, so we just assume for now that we have lost this functionality for the time being. I guess I can close the issue in that case.