You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(zim): correct config_indexing docstring to full-text only
The docstring of Creator.config_indexing claimed it toggled both
full-text and title indexing, but libzim only toggles the full-text
index; the title index is always built. Update the docstring to
reflect libzim's actual behaviour and add a regression test.
0 commit comments