• T
    Fix group search to check path as well as name. · 0fe1c9b6
    Tim Bishop 提交于
    The API documentation says:
    
    "You can search for groups by name or path with: /groups?search=Rails"
    
    But you can't because the search query only checks the name, not
    the path. This fixes that.
    0fe1c9b6
group.rb 2.5 KB