Skip to content

Instantly share code, notes, and snippets.

@pi3r
Created November 21, 2012 09:41
Show Gist options
  • Select an option

  • Save pi3r/4124008 to your computer and use it in GitHub Desktop.

Select an option

Save pi3r/4124008 to your computer and use it in GitHub Desktop.
Postgres to ES
Establishment has_many Product has_many Period.
I need to scope the search on multiple criteria :
Where:
Establishment: (geo_location/name)
Where:
Product: (name/type)
Where:
Period: (start_date/end_date)
@jhchabran
Copy link

Utilise mongodb enfin ! :trollface:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment