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

Add Format' support for search() (format' parameter of Ticket Search) #17

Merged
merged 1 commit into from
Jun 25, 2018
Merged

Add Format' support for search() (format' parameter of Ticket Search) #17

merged 1 commit into from
Jun 25, 2018

Commits on Jun 23, 2018

  1. Add `Format' support for search()

    Previously when doing a search() the format was always `l' (all
    possible fields were returned). It can be often handy to limit the
    fields returned and RT permits to also have `i' and `s' format
    search.
    
    Add a `Format' argument to search() (by default `l') in order to
    permit to inject the corresponding `format' field in the search
    HTTP request.
    iamleot committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    cb63992 View commit details
    Browse the repository at this point in the history