Re: Idx lists with symbol - values, value lost in db

2008-10-05 Thread Alexander Burger
On Sun, Oct 05, 2008 at 05:22:37PM +0700, Henrik Sarvell wrote: (class +Awords +Entity) (rel words (+Key +List)) (rel counts (+List)) ... [idxtest.l:2] !? (extra Var (cdr Lst)) T -- Bad extra Oops, sorry, my fault! It should have been (rel words (+List +Key +String)) (rel counts

Re: Idx lists with symbol - values, value lost in db

2008-10-05 Thread Henrik Sarvell
Yes, in the real application there will be no +Key I just put it there in this test to be able to use (collect). /Henrik --=_Part_38569_17306459.1223208853641 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline div dir=ltrYes, in the real

Re: Idx lists with symbol - values, value lost in db

2008-10-04 Thread Alexander Burger
Hi Henrik, the word is the key and the count the value. When storing in the database somehow the value (count) gets lost and I have no idea why. This is probably my fault. I gave you a bad advice :-( The idx'ings and countings work all fine, and the counted values are stored in the value of