Opened 3 years ago
Closed 3 years ago
#1764 closed enhancement (fixed)
qwiki search doesn't filter out outdated pages by default
Reported by: | Vasilij Schneidermann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | wiki | Version: | 5.2.0 |
Keywords: | qwiki | Cc: | |
Estimated difficulty: | easy |
Description
Some feedback from http://surveys.call-cc.org/state-of-chicken/2021/:
As a beginner, I find the wiki difficult to use because of the prevalence of both outdated version 4 information and version 5 information. The search could also be improved.
I find the search in the wiki (and Google search) almost impossible to use as it always returns documentation for older CHICKEN versions with no way to view the same page for the latest version of CHICKEN.
The below patch changes the default search behavior to filter out outdated pages (matching the ^(eggref|man)/[34]
regex). Users who wish to include outdated pages may tick a checkbox to obtain the full result set. Some CSS adjustments might be necessary before rolling this out.
Attachments (1)
Change History (2)
Changed 3 years ago by
Attachment: | 0001-qwiki-search-Exclude-old-pages-by-default.patch added |
---|
comment:1 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied to the qwiki trunk and to the production instance running on call-cc.org.