Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ja1984 on github.
  • I am ja1984 (https://keybase.io/ja1984) on keybase.
  • I have a public key ASA0eCDCj3q7J7rXklbiu85HyWJoE74RPkrqTHpJ4lW7Lwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ja1984 on github.
  • I am ja1984 (https://keybase.io/ja1984) on keybase.
  • I have a public key whose fingerprint is 0251 BB48 8084 CC9C DA24 023F 6AB0 ACC2 2396 D101

To claim this, I am signing this object:

@ja1984
ja1984 / hotdeals
Created March 2, 2012 07:23
Hotdeals ravendb
public class HotDeals_Search : AbstractIndexCreationTask<Cruise, RavenHotDeal>
{
public HotDeals_Search()
{
Map = docs => from doc in docs
from sailDate in doc.ItinerarySailDates.DefaultIfEmpty()
where sailDate.Prices.Count() > 0
select new
{
doc.Description,