Author: AllenJB (AllenJB)
Committer: Derick Rethans (derickr)
Date: 2026-01-13T14:02:52+01:00

Commit: 
https://github.com/php/web-php/commit/6eba7eba26a8dd08bc05a8ef1e147f0ad11c5c93
Raw diff: 
https://github.com/php/web-php/commit/6eba7eba26a8dd08bc05a8ef1e147f0ad11c5c93.diff

Search: Fix "g a" search (add comment to notify future devs)

Changed paths:
  M  js/search.js


Diff:

diff --git a/js/search.js b/js/search.js
index 6ef5008afe..5fdd21d8df 100644
--- a/js/search.js
+++ b/js/search.js
@@ -57,6 +57,7 @@ const initPHPSearch = async (language) => {
             items = await response.json();
 
             try {
+                // Note: These indexes are also used by globalsearch in 
common.js
                 localStorage.setItem(
                     key,
                     JSON.stringify({

Reply via email to