Skip to content

Instantly share code, notes, and snippets.

@EricBusch
Created July 24, 2013 18:37
Show Gist options
  • Select an option

  • Save EricBusch/6073224 to your computer and use it in GitHub Desktop.

Select an option

Save EricBusch/6073224 to your computer and use it in GitHub Desktop.
<?php
$search = $api->searchRequest();
$search->addFilter('category LIKE [trail]');
$products = $search->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment