mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Search: Fix "g a" search (add comment to notify future devs)
This commit is contained in:
@@ -57,6 +57,7 @@ const initPHPSearch = async (language) => {
|
|||||||
items = await response.json();
|
items = await response.json();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
// Note: These indexes are also used by globalsearch in common.js
|
||||||
localStorage.setItem(
|
localStorage.setItem(
|
||||||
key,
|
key,
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
|
|||||||
Reference in New Issue
Block a user