stew

a monorepo of some sort
Log | Files | Refs

commit cf710f60850495f40ecf59f80ff3006b9544ab29
parent cf0624adb8c37549bf38584a113ab09fdbe28482
Author: rpa <rpa@grass>
Date:   Tue, 21 Nov 2023 11:03:29 +0000

wdb/genindex: old index is deprecated

Diffstat:
Msrc/wdb/genindex | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/wdb/genindex b/src/wdb/genindex @@ -26,8 +26,9 @@ fn indexs { cd $home/lib/wdb/data -echo Indexing names...; indexs name > $home/lib/wdb/index/name -echo Indexing tags...; index1 tags > $home/lib/wdb/index/tags -echo Indexing types...; index1 type > $home/lib/wdb/index/type +### switching to monodb only +# echo Indexing names...; indexs name > $home/lib/wdb/index/name +# echo Indexing tags...; index1 tags > $home/lib/wdb/index/tags +# echo Indexing types...; index1 type > $home/lib/wdb/index/type echo generating monodb...; wdb/print > $home/lib/wdb/index/all echo Done.