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 ravendb
How would one modify the example shown on
http://ravendb.net/docs/client-api/querying/static-indexes/live-projections to use .Advanced.LuceneQuery ? That is, how would this code need to
change: documentSession.Query<Shipment, PurchaseHistoryIndex>()
.Where(x => x.UserId == userId)
.As<PurchaseHistoryViewItem>()
.ToArray();
Oren Eini (Ayende Rahien)
unread,
May 30, 2012, 9:36:41 AM5/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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