◊(Local Yarn Code "View Ticket")

2020-05-11
02:02 Closed ticket [629a9c06]: Keyword index entries on home page don’t show up in the keyword index plus 3 other changes artifact: 0d314fa1 user: joel
02:01
Render home page from pollen/markup (Fixes [629a9c063beb5809]) check-in: 9998fecb user: joel tags: trunk
2019-07-05
05:01 Ticket [629a9c06] Keyword index entries on home page don’t show up in the keyword index status still Open with 5 other changes artifact: c7090edb user: joel
04:50 New ticket [629a9c06]. artifact: 52113a93 user: joel

Ticket Hash: 629a9c063beb5809607c3de23be3611931bcb999
Title: Keyword index entries on home page don’t show up in the keyword index
Status: Closed Type: Code Defect
Severity: Important Priority: Medium
Subsystem: Resolution: Fixed
Last Modified: 2020-05-11 02:02:42
Version Found In:
User Comments:
joel added on 2019-07-05 05:01:10:

This is because when index entries are fetched out of the SQLite cache, due to an INNER JOIN only the ones that have a corresponding row in the articles table are returned… and index.html.pp doesn‘t create its own row in articles, nor would I want it to (at this point) because then it would show up in the blog, etc.

Likely resolution is to wait until “exclude directives” are implemented, then re-implement index.html as index.html.pm and a new frontpage.html.p template that calls crystalize-article! like any other article, but with excludes that keep it off the blog and RSS feed and anywhere else it shouldn’t be.