Skip to content

lib.db: add search params to user db api

w4tsn requested to merge add-user-api-pagination into main

Add name and email as possible "includes"-like search parameters.

The search is quite simple right now and only leverages SQLs LIKE function. For a more advanced search tools like elasticsearch is needed.

Merge request reports