Skip to content

`/projects/:id/share_locations` API endpoint does not support searching full group path

Summary

The /projects/:id/share_locations endpoint does not support searching by the full path of the group

Steps to reproduce

  1. Create a subgroup inside of a group
  2. Go to /api/v4/projects/<project id>/share_locations?search=parent+group+%2F+subgroup

What is the current bug behavior?

/projects/:id/share_locations API endpoint does not support searching by full group path

What is the expected correct behavior?

/projects/:id/share_locations API endpoint should support searching by full group path

Relevant logs and/or screenshots

Screen_Recording_2023-02-28_at_1.24.55_PM

Possible fixes