-
-
Notifications
You must be signed in to change notification settings - Fork 66
We need to know if an article is front or not #885
Copy link
Copy link
Open
Description
This has proven to be mecessary at many occasions but at least in kiwix/libkiwix#1026 (comment)
I think we could achieve this by stoping the inherited hack of not saving twices in the title and path indexes if the entries are the same. That would not imply a major format change, only a minor. We could still be able to use the hack (if no front article).
At libzim level, it would be great to have a dedicated method isFront() based on how the page title is saved
Reactions are currently unavailable