From 542e7db2bc90f6cd2ea78eb9186e958694b9912a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 12:59:47 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index be89185..d6f491c 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -43,6 +43,9 @@ * +--------------+ . . search * order is not relevant here... * each of the methods narrows down the previous' results +* XXX FEATURE tags: might be a good idea to add a .__match__(..) hook +* to enable store-level matching optimization... +* ...not trivial to route to alk the stores... * XXX FEATURE tags and accompanying API... * - add tags to page -- macro/filter * - .text -> .tags (cached on .update(..))