--- trunk/jsFind.pm 2004/07/11 20:18:25 1 +++ trunk/jsFind.pm 2004/07/20 17:47:30 5 @@ -86,7 +86,15 @@ Search, insert, append or replace data in B-Tree - + $t->B_search( + Key => 'key value', + Data => { "path" => { + "t" => "title of document", + "f" => 99, + }, + Insert => 1, + Append => 1, + ); Semantics: