Postponed (maintainer needs more info)
Project:
G2 Glossary
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 09:07 UTC
Updated:
5 Jul 2023 at 22:44 UTC
Jump to comment: Most recent
Comments
Comment #1
fgmBumping to 7.x now that the branch is opened.
Comment #2
BenK commentedSubscribing
Comment #3
fgmNew features only in current dev version : bumping to 8.x.
Comment #4
fgmIf built on-demand, this could be really long to build, so would need a batch. Imagine a multi-million-node site.
If built during filter processing, it would only work when nodes are being rendered, and would not be reasonably synchronous because the viewing times of the various nodes could be wildly different.
It seems this could/should be something like search indexing, using a cron-based batch process. Or it could leverage the fact that search is already doing this crawling, and rely on implementing hook_search_preprocess() to refresh its own index.
This is still complex but manageable. But the value is questionable when related to the complexity. If you are reading this issue and are interested, please comment on it.