You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-docum...@googlegroups.com
Hi there,
is there a way to do a full text search within a specific collection ? For example I want to search for "foo" in collection "bar", can I do something like
DocumentsListQuery q = new DocumentsListQuery(query.Uri.ToString());
feed = request.Get<Document>(q);
On 23 mar, 12:30, Stéphane Donzé <stephane.do...@revevol.eu> wrote: > Fantastic ! Thanks > > On Mar 23, 2012, at 11:18 AM, Vic Fryzel wrote: > > > > > > > > > Hey Stephane, > > > Yep, there is. Just use the contents link for the collection. >
> > > On Thu, Mar 22, 2012 at 6:24 PM, Stephane Donze <stephane.do...@revevol.eu> wrote: > > Hi there, > > > is there a way to do a full text search within a specific collection ? For example I want to search for "foo" in collection "bar", can I do something like >