Skip to content

Releases: chaotic-ground/SifterSearch

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 11:47
5f79091

0.8.0 (2026-08-17)

Features

  • ask the wiki whether a page belongs in the index (#71) (02b1e35)

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 11:08
4fc8beb

0.7.2 (2026-08-17)

Bugfixes

  • index each page in its own language, not the wiki's (#69) (6c406a5)
  • separate the results page query from one the page URL already has (#67) (bd84591), closes #65

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 00:52
761df33

0.7.1 (2026-08-17)

Bugfixes

  • anchor the results page URL one bundle carries to every depth (#64) (301f56d), closes #63

Nightly 2026-08-18

Nightly 2026-08-18 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 05:34
5f79091

Built from main (5f79091). Not a stable release.

Nightly 2026-08-17

Nightly 2026-08-17 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 09:54
3723def

Built from main (3723def). Not a stable release.

Nightly

Nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:38
bd84591

Rolling build of the latest main. Not a stable release.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 07:39
96bc58c

0.7.0 (2026-08-16)

Features

  • drive Minerva's typeahead with Pagefind (#40) (6ef2409)

Bugfixes

  • link a result to the URL the wiki serves it at (#61) (c8ca816)
  • link a suggestion to the page it names (#39) (0b1e53d)
  • send a full-text search to one place, not two (#62) (a08bc70)
  • stay silent on a superseded query instead of answering empty (#60) (5e7ffc8)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:37
e33a760

0.6.1 (2026-07-19)

Bugfixes

  • repoint the search form's title input instead of removing it (#35) (df727a4)
  • retarget the skin's search fallback link at the results page (#32) (369c310)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 15:41
1105966

0.6.0 (2026-06-27)

Features

  • hide the category footer on the results page (#24) (5394ed3)
  • rewrite the legacy "containing" suggestion to the results page (#26) (95e3ec8)

Bugfixes

  • drop the empty image column from the results page (#21) (a49561f)
  • only mount the results widget on the results page (#23) (c0896d1)
  • retarget the search form at the results page (#30) (0a4f696)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 04:08
bacb425

0.5.0 (2026-06-21)

Features

  • add a full Pagefind results page (SifterSearchResultsPage) (#17) (ab5cd3b), closes #12