Skip to content

feat: new endpoint to only search people linked to user

Nicolas.Rod requested to merge rodn-search-people-having-user-only into master

I tried to add the logic into the advanced search method directly, but without any success. I didn't find y way to mix the existing mechanism that use Specification with a query containing a join (to users table). So I finally created a new endpoint.

Merge request reports