From cee9cbc8c5c8756448b7e6c9d42865d16c2266e8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 14 Sep 2021 14:38:18 +0200 Subject: [PATCH] wip #4666 @0.5 --- src/Search/SearchIndex.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/Search/SearchIndex.php diff --git a/src/Search/SearchIndex.php b/src/Search/SearchIndex.php new file mode 100644 index 0000000..afe9759 --- /dev/null +++ b/src/Search/SearchIndex.php @@ -0,0 +1,18 @@ +_pages[$page] = $path; + } +} -- 2.39.5