Feature #2495
Updated by Bernhard Koschiček-Krombholz 9 months ago
Currently, the search for entities can be quite complex. For easy access to a simple search by name function for external websites (e.g. presentation sites, APIs integration) or internal table filtering, a new endpoint is needed.
Since this endpoint will use the @Endpoint()@ class, it has all entity parser options available, except the format parameter, which will be overwritten with an own slicker format using the @result@ and @pagination@ keys but has as results only very simple information.
Branch: *feature/api/simple-search*