We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for eg : let config = {
query : "(SandraUser EQUALS 'Jack' AND BobName EQUALS 'London')" }
The UI does not get built properly for the query. The field for name does not get initialized properly. It always selects the first name in the list.
The operators and the custom text field work fine. Only a problem with getting the right name.
It should be really selecting this for that filter :
The problem is in displaying the name. it builds the text query into the dict query correctly.
The text was updated successfully, but these errors were encountered:
Hello, any fix for this? I've been experiencing the same issue.
Sorry, something went wrong.
No branches or pull requests
for eg :
let config = {
The UI does not get built properly for the query. The field for name does not get initialized properly. It always selects the first name in the list.
The operators and the custom text field work fine. Only a problem with getting the right name.
It should be really selecting this for that filter :
The problem is in displaying the name. it builds the text query into the dict query correctly.
The text was updated successfully, but these errors were encountered: