I'm retrieving JSON content from various web services that I'm collecting into a Taffy. Sometimes, parsing of the JSON string fails due to: - line breaks -...
I don't personally have know of one. I know there are various "isJson" functions out there that may meet your needs. Can you post a short example of a JSON...
I'm retrieving the JSON payload of various keywords on: http://spy.appspot.com Here's a sample (retrieved via a server proxy that performs a POST): ...
Yeah, it is tough to tell. I just copied the JSON from the URL and tried to put it in a .js file as JavaScript and couldn't get it to work. It is a huge JSON...
Hey Bruce, I think there is a bug with this. I was noticing a problem with two column sorting yesterday, just haven't had a chance to track it down and fix it...
... Actually, a function to get only unique values out of a TAFFY would have been convenient for my mini-catalogue app too, but gatherUniques(array) is also...
Nope. The project isn't dead. I'm working on a new release to fix the sorting bug (sorting with one column works, sorting with more than 1 is unpredictable....
None of what you posted is relevant. You didn't even TRY to duplicate the problem. The problem is with dynamic, click-to-sort column heads. None of your...
Ok, hold your horses. What error are you talking about? TaffyDB is a data wrapper and doesn't have any official click-to-sort functionality. You'd need to add...
Yes, the fact that the grid tutorial cannot perform multi-column sorting is the problem we are talking about. I described that I had tried to extend the...
Ahh, I got you. I thought you had a problem within TaffyDB itself. That is what I was trying to duplicate as I had a similar problem to what I understood...
Just make any other column sortable; and have it actually work. For example change this: { name: "food", display: "Fruit", sortable: true}, "water", "fiber", ...
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...
You may need to give us a little more detail, but in short you can have more than one collection and they can work together. You need to code it out in your...
Ok, found the problem. The grid example uses logical sorting to simplify the code. That is fine, expect that logical sorting doesn't appear to work with...
thak you for answering. I'm having trouble with javascript because I mostly program with php and that was a challenge for a 17 year old with problems paying...
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...
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...
Hi Martin, Wow, excellent work. You got a lot of questions and I'll see if I can understand and address them. First off, about get vs find. Find returns the...
... Ok Ian, thanks for the info so far. I'm not sure if it makes sense to dig deeper in my application, the only taffy related part is in extendedSearch.js and...