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
Hi I have noticed that http://localhost/api.php/categories?columns=name,surname http://localhost/api.php/categories?columns=surname,name gives the same result (the schema order is chosen) Is this a bug? Thanks for you work
The text was updated successfully, but these errors were encountered:
Thank you for reaching out. You asked about the column order.
Is this a bug?
You could call not respecting the order of the parameters a bug or respecting the order an enhancement.
Sorry, something went wrong.
Aside from hard-coding indices, is there an approved way to determine the index / schema for a table?
mevdschee
No branches or pull requests
Hi
I have noticed that
http://localhost/api.php/categories?columns=name,surname
http://localhost/api.php/categories?columns=surname,name
gives the same result (the schema order is chosen)
Is this a bug?
Thanks for you work
The text was updated successfully, but these errors were encountered: