Hello all, The print function of taffydb freezes the browser as there is a lot of amount of records. Is there any way to break the loop for printing the table...
Hi All, I have a collection with objects like this { name : 'myname', categories : [1,2,4] } Now, i'd like to find every object that has any one (or more) of a...
Hi, my first. I have a xml , jquery xmltojson parse it, and I want to convet taffy, but not work. here is my code: var geonews = $.xml2json(data); //jquery...
Hi, Just wondering if there's something like a save() method that does the equivalent of: skill = chardata['skills'].first({ skill_id: i }); if (!skill) { ...
Hi all, I have a TaffyDB contained inside a complex object: var chardata = { name: 'Felonious', race_id: 1, ... weapons: [{ weapon_id: 15, }, { weapon_id: 39, ...
Hi All, I am using taffy 1.7.2 version. Can anyone let me know how to filter record between a specific range. eg: i want to filter records having price greater...
Hi, Can you let me know how to print array after filtering records using find function because find function returns indexes and we cant pass index to...
Hi I have 10 rows with these numbers 93.52 89.08 505.75 490.08 18500 152.15 116.10 -86.35 -75.70 -103.90 What I need it's to be able to sort them like that ...
I posted through the TaffyDB site, but did not see an answer. Maybe it got lost, or Ian missed it. I would appreciate your thoughts, and perhaps inclusion of...
I'm running a design contest with my own money over at 99Designs.com in hopes that we can have a little more attractive site. If anyone wants to donate to help...
TaffyDB seems like it ought to be getting more attention; and I still need to see more examples. I don't see activity on Twitter, which I think might help....
I'd like to see more examples. For instance, in the existing grid example, I have tried to find a place to insert a statement like this but nothing I try...
I haven't had much experience with Javascript arrays. I've read the taffy getting started guide but it's not clear how to get data out using "get". I have...
Is there a way in taffydb to reference an attribute of an item in a second collection when doing a "find"? To extend the "friends" example a bit, suppose that...
At JSConf. The talk I gave on TaffyDB seemed to go pretty well, I'm hoping they'll have it up online within a few weeks. Anyway, I was inspired to implement...
Is there a getByIndex method for Taffydb? Such a method would be very usefull in combination with the find method. The find method returns an array of the...
Sometimes I am using TaffyDb with some larger amounts of data, so I am always concerned with speed, and I assume speed improvements when dealing with Taffy...
Hey Everyone, Just a quick note to let you know I'm going to be giving a talk at JSConf2009 on TaffyDB. Was curious if any of you are going to be there. I was...
Hey Everyone, I've been hard at work on a new site that uses TaffyDB. The site is called mostrecent.net and lets you build news pages in sort of a Drudge...
So I wanted to throw this idea out to the group for comment. What if you combined TaffyDB and Amazon s3? What I envision is a service (call it taffyS3) that...
Hey everyone, TaffyDB 1.7 is now out. You can download the latest version on TaffyDB.com Key features: * Bug Fix: Logical Sorting of numbers should now work...
Can you have multiple collections work together? Like have a collection be a work as a table? I'm trying to set up a comic cms with one collection for...