Hello,
For a user overview we want to support Facet search with roles and locked users counts in the facet filter. Does/can the elastic search installation support this somehow?
Thanks.
Hello,
For a user overview we want to support Facet search with roles and locked users counts in the facet filter. Does/can the elastic search installation support this somehow?
Thanks.
@dan Thanks for the info. I think it's clear. For me it's not clear yet what my Product owner exactly means by "locked" indeed. But the difference in FusionAuth is clear to me.
Last question was (but this may not be clear from the question) whether the Elastic Search configuration would be able also to return a facet count. So when we retrieve the users, we also get returned facet values and their counts, in our case the roles and locked users, for example:
roles:
active:
Elastic search supports facet search, but could this also work with FusionAuth by configuration? Or would it be nice to have and should we create a feature request for this in the issue management system?
Hello,
For a user overview we want to support Facet search with roles and locked users counts in the facet filter. Does/can the elastic search installation support this somehow?
Thanks.
Hello,
We want to show an overview in our application of users with the roles/locked count. This could be implemented easily by using an elastic search facet search query.
Is this supported somehow?