You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make things a little nicer and to prepare for a future example, we are going to change the format of our date field. Instead of a string, we are going to use an array, where individual members are part of a timestamp in decreasing significance. This sounds fancy, but it is rather easy. Instead of:
I'm not sure that this properly explains that we're updating the Documents themselves. I was really scratching my head thinking that I had to change the Map function. Suggestion:
To simplify matters (and prepare for a future example), we are going to modify our Documents to store dates differently. Instead of a string, we are going to use an array, where individual members are part of a timestamp in decreasing significance. This sounds fancy, but it is easy. Instead of:
Then the rest falls into place
The text was updated successfully, but these errors were encountered:
http://guide.couchdb.org/draft/views.html#many
I'm not sure that this properly explains that we're updating the Documents themselves. I was really scratching my head thinking that I had to change the Map function. Suggestion:
Then the rest falls into place
The text was updated successfully, but these errors were encountered: