Oh, one more question
3) Is there a way to effectively do a GROUP BY? For example, if I have
a document that has a photoID attached to it, is there a way to return
a set of results that does not duplicate the photoID field?
Thanks,
Chris Miller
ServerMotion
www.servermotion.com
On
match this? Or, in
this case, the most recent 10 updated documents?
2) How do I search for all documents with a field that has data? For
example, I have a field "foo" that is optional and multi-valued. How
do I search for documents that have this field set to anything.
T