Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters Example #18

Open
edelpero opened this issue Apr 22, 2015 · 1 comment
Open

Filters Example #18

edelpero opened this issue Apr 22, 2015 · 1 comment

Comments

@edelpero
Copy link

Hi @pstuteville,

You did a great job with your gem.

I've been trying to use some filters, but had no luck.

Could you provide me some example of using simple filters and another using complex filters please?

I really appreciate it! Thanks in advance.

@lcpriest
Copy link

lcpriest commented Jul 2, 2015

Hi @edelpero,
I do not think complex filters are available on this version of the SOAP API.
I currently run a massively overhauled fork of this gem (https://github.com/lcpriest/magentor)

There is an example of a simple filter here.

def newer_than(date)
  commit('list', created_at: { from: parse_date(date) })
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants