Skip to content

Instantly share code, notes, and snippets.

@seban
Created July 12, 2013 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seban/5983235 to your computer and use it in GitHub Desktop.
Save seban/5983235 to your computer and use it in GitHub Desktop.
Offer
.with_nokaut_category_id(10745)
.and({
"$or" => [
{ "is_trash"=>false }, { "is_trash" => { "$exists" => false } }
]
},
{
"$or" => [
{ "xml_category" => /ultrad.wi.kowe/ },
{ "offer_properties" => { "$elemMatch" => { "title" => "ceneo_category", "value" => /ultrad.wi.kowe/ } } }
]
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment