Skip to content

User Search API - Framework filters are not working #89

Closed Answered by BharathwajShankar
komalm asked this question in Query
Discussion options

You must be logged in to vote

@komalm you can search framework-related fields through search API by using the below sample request, for example, if you want to search city then it can be,

{
"request": {
"query": "",
"filters": {
"channel": "{{channelName}}",
"email": "[email protected]",
"framework": {
"city": [
"Pune"
]
}
}
}
}
likewise, you can search any framework details with above structure

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BharathwajShankar
Comment options

Answer selected by komalm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Query
Labels
None yet
4 participants