P
Best posts made by prawee
Latest posts made by prawee
-
How to disable logged In account on inactive applications?
I want to not allow user used to registrations to inactive applications can be logged in to system. how to configure?
currrent i am can be logged in on inactive application.
Thank you
-
RE: Searching user with multiple application
@joshua
yup. but UI suport 1 time per 1 application only. i want to search more application in same time -
RE: Searching user with multiple application
@joshua Thank you for reply and sorry to late
i want to search some keyword on muliple application. such as like this.
{ "bool": { "must": [ { "nested": { "path": "registrations", "query": { "bool": { "must": [ { "match": { "registrations.applicationId": "0367a909-534c-4e45-87d3-11066e9bec30" } } ] } } } }, { "nested": { "path": "registrations", "query": { "bool": { "must": [ { "match": { "registrations.applicationId": "b633a831-50e6-4e83-9811-b4ffc80f5ec7" } } ] } } } }, { "query_string": { "query": "prawee" } } ] } }
i try it. but not working.
-
Searching user with multiple application
I have mulitple application on my project then
i want to searching user on some app (is ok)
how to do it if i want to get all users from app1 and app2
thank you