From 9dfe10c141ecf70c9644b95930a16372ecb70b04 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Mon, 5 Jan 2026 22:39:57 -0700 Subject: [PATCH 1/2] fix SEARCH keyword to match by page slug --- src/client/activity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/activity.js b/src/client/activity.js index f9fae03..8e4ee6f 100644 --- a/src/client/activity.js +++ b/src/client/activity.js @@ -410,7 +410,7 @@ const bind = ($item, item) => { } } if (query.searchTerm && willInclude) { - if (!query.searchResults.finds.some(finds => finds.page === e[0].page)) { + if (!query.searchResults.finds.some(finds => finds.page.slug == e[0].page.slug)) { willInclude = false omitted++ } From 06961ce5c1de0353f72ae06f390a8cf0c87919a9 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Mon, 5 Jan 2026 23:02:58 -0700 Subject: [PATCH 2/2] 0.7.1-0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66a5556..8dda81b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wiki-plugin-activity", - "version": "0.7.0", + "version": "0.7.1-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wiki-plugin-activity", - "version": "0.7.0", + "version": "0.7.1-0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.24.0", diff --git a/package.json b/package.json index 2790949..2b10d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wiki-plugin-activity", - "version": "0.7.0", + "version": "0.7.1-0", "description": "Federated Wiki - Activity Plug-in", "keywords": [ "wiki",