Re: [PATCH] docs: add advanced search for kernel documentation

From: Randy Dunlap

Date: Sat Mar 21 2026 - 20:00:12 EST




On 3/21/26 4:15 PM, Rito Rhymes wrote:
> That is not expected.
>
> On my side, searching for "futex" with the default advanced-search
> settings returns exactly 232 results.
>
> I just tested out reproducing the steps you described on
> Chrome, Edge and Firefox desktop on Windows and the results were
> identical across each.
>
> Let's debug here:
>
> Which browser/version are you using? What OS?
>

I tested with chromium-browser and opera.
Chromium: Version 146.0.7680.80 (Official Build) stable@@ (64-bit)
opera: version 121.0.5600.50

Linux v6.19.5 on x86_64.

> Are you running with JavaScript enabled?
>

Yes.

> Did the browser console show any JavaScript errors?

No.

> How did you build the docs? In particular, was this from a fresh
> rebuild after applying the patch? A stale generated asset or a JS
> parse/runtime failure could match the behavior you describe.

I removed my previous DOCS build output directory and then did
$ make O=DOCS htmldocs


--
~Randy