Skip to content
New issue

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

escape % #13

Closed
rogeriojlle opened this issue Jun 6, 2017 · 4 comments
Closed

escape % #13

rogeriojlle opened this issue Jun 6, 2017 · 4 comments

Comments

@rogeriojlle
Copy link

How do I format this?

wsfunction: "core_user_get_users",
  args : {
    email : '\%' // or '%' not work
  }
}
@mudrd8mz
Copy link
Owner

mudrd8mz commented Jun 8, 2017

What are you trying to actually achieve?

@rogeriojlle
Copy link
Author

A list with all users

@mudrd8mz
Copy link
Owner

mudrd8mz commented Jun 9, 2017

So just do not specify any search criteria. But note what the code comment says:

You can search without criteria, but the function is not designed for it. It could very slow or timeout. The function is designed to search some specific users.

Also, if you wanted to use some criteria, they must be passed differently - as an array of objects with properties "key" and "value".

In either case, this does not seem to be the client code issue and I would suggest to close this.

@rogeriojlle
Copy link
Author

you are right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants