[11:37]<marisus> i've been toying around with the helma-ng storage today [11:37]<marisus> how do i search for a saved object? [11:38]<marisus> Author.query() [11:38]<marisus> ? [11:38]<marisus> and what does it take as param? [12:12]<marisus> ok i found http://helma.org/wiki/Helma+NG/Persistence%20API/#PreliminaryDesign [12:25]<marisus> ok after wrapping my head around a nasty bug in storage.js that surfaces when setting the log level to debug in log4j.properties i got it [12:27]<marisus> oops the bug is not in storage.js but in filestore.js line 133 where the wrong variable name is used when debug level logging is set [12:28]<marisus> var book= Book.query().equals("title", req.params.title).select(); [12:28]<marisus> is the answer, that returns an array of objects [12:29]<marisus> and since im the only one alive here i'll congratulate me myself for finding out ;) [12:30]* simono congrats marisus :) [12:31]<marisus> thx [12:31]<marisus> :) [12:33]* earl__ pats marisus on the back :) [12:48]<earl> marisus: i fixed that filestore glitch, thanks for noting it [13:12]<marisus> u are welcome