github sbrl/Pepperminty-Wiki v0.13-beta2

latest releases: v0.24, v0.24-beta1, v0.23...
pre-release7 years ago

v0.13-beta2

Yep, it looks like there was a bug! This beta release includes a workaround for if / when recent pages start no appearing in the search results. The invindex-rebuild action now clears out the page id index too. The page id index maps numbers onto pages - it's only purpose is to make the inverted search index smaller - please don't rely on it in modules (use the page's name instead)!

Added

  • Added new query-searchindex action to inspect the internals of the search engine
    • It returns the (ordered) search rankings as json, along with some additional debugging data

Fixed

  • Clear the page id index out when rebuilding the search index from scratch.
    • This is needed to correct some issues where the id index goes all weird and assigns the same id to multiple pages
  • Don't search page titles or tags for stop words - it skews results since we don't search the page body for them

Don't miss a new Pepperminty-Wiki release

NewReleases is sending notifications on new releases.