-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support find_by_name for Organizations #6
Comments
Ah, sorry, this already exists. It looks like the gem just hasn't been updated. Could we get a new version of the gem? Thanks! |
I think it's resolved We use finding organisations by term (this means also in other string fields) |
So term searches beyond just the name? This would be good for some cases, but not if you are specifically searching by name. Per my second comment, the code actually supports searching by name, a new release of the gem just hasn't been pushed since that change was made. Can you push a new version of the gem? |
Yeah, term aims in different fields also. This is gem which uses public API there is no other way to query it according to: |
Ah, I see what you mean. The Perhaps I'm missing something, but I'm not seeing anything in the ruby code for how to do a term search for an organization. If you could point me to it, I'd appreciate it. Per my previous messages, there is the following code which is labeled as https://github.com/amoniacou/pipedrive.rb/blob/master/lib/pipedrive/organization.rb#L9 |
oh true that, it's not released ; / merged 3 years ago we use |
@rmorlok @choosen, when I try by name, |
sorry , not in the project with pipedrive anymore. Cannot paste it |
Unfortunately I don't have access to the project using pipedrive as well. |
Currently, the person class supports
find_by_name
, but this is also available in the API for organizations. Please add support for that class as well.The text was updated successfully, but these errors were encountered: