:sparkles: [ENH] Allow the user to make generic search request
Open
enhancement
question
rest services
- Dominant language
- Java
- Stars
- 6
- Forks
- 10
- Avg merge
- 9h 15m
- Merged PRs (30d)
- 4
Description
We need a search endpoint with a non fixed number of paramaters you can search on. For example we might want to filter by values in the properties map without having to add in the endpoint each possibilities.
A format we might adopt can be something like /realms/users?request=attributes.insee_roles_applicatifs&mail=mymail@insee.fr . Maybe there are standards for search we can look at.
The already existing StoreMapping model should be of help to resolve this issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.