Commit 286bb1d
committed
ci: verify the order of the search results
We definitely want the search results for, say, "commit" to show the
manual page of that command first.
This took quite a bit of work to accomplish, including a change to
Pagefind itself (Pagefind/pagefind#534) as
well as some extensive fiddling with the ranking weights (including, I
kid you not, running a Powell's optimization of the weights).
To ensure that the results are shown in the desired order, let's add an
explicit check for that in the PR builds.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent b934d2f commit 286bb1d
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments