-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ParseQuery.order is missing in beforeFind hook #6164
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
Labels
type:feature
New feature or improvement of existing feature
Comments
Sounds like a good idea. Would you like to open a PR for this? |
@virtualtoy There are a few query fields missing. If you want to get started, add your test cases here and read the Contributor's Guide to run your tests |
@dplewis I'd like to but looks like I cannot run tests on windows. Let me resolve issue with tests first |
dplewis
added a commit
that referenced
this issue
Nov 23, 2019
dplewis
added a commit
that referenced
this issue
Nov 23, 2019
* beforeFind: Improve request.query object Closes: #6164 * can modify exclude query
UnderratedDev
pushed a commit
to UnderratedDev/parse-server
that referenced
this issue
Mar 21, 2020
* beforeFind: Improve request.query object Closes: parse-community#6164 * can modify exclude query
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When I access query in
beforeFind
hook I cannot access order information.Describe the solution you'd like
I would like to be able to retrieve order information.
Describe alternatives you've considered
So far I see no alternatives to this problem for now.
Additional context
Possible solution is to add order information data in file
src/triggers.js
(not sure about implications, seems pretty straightforward):The text was updated successfully, but these errors were encountered: