@Stanley: You're definitely right, the update functions are powerful, but I don't use them to keep logic out of my database. I like the database to be as close to pure data as possible. I suppose I actually could use them just for doc "patching". I should think about this... :-)
On Thu, Sep 26, 2013 at 1:57 PM, Ashraf Janan <[email protected]> wrote: > Hello sir! > Thank you for answering and helping. > Please sir , i will do the following: > > type:student > name: Tom > age:37 > _id:6789 > > ----- > type: message > sender: Pablo > title: "important information" > receiverid:6789 > text : "---------" > > in this case must i know the _id for a student to can send a message to > him. > and in the Url to get all the messages for that person i will do the > following: > http:// url/name of database/ _design/name of > view/_view/student?key="6789" > > is that correct ? please > > Best regards > Ashraf
