-
Notifications
You must be signed in to change notification settings - Fork 857
Bug fix/internal issue #316 #7911
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
714c08f
allow using scorers outside ArangoSearch view context
gnusi 9bd05ae
ensure query is properly optimized after replacement of scorer functions
gnusi 104c9db
do not apply `handleViewsRule` to queries without views
gnusi 30a9e29
simplify optimization rule for ArangoSearch views
gnusi b440b63
show ArangoSearch view scorers in query explanation
gnusi 31d273c
fix tests
gnusi 0e5da98
Merge branch 'devel' of https://github.com/arangodb/arangodb into bug…
gnusi a6d1805
fix tests
gnusi 3f985c0
add stub for scorer related tests
gnusi cffbead
Merge branch 'devel' of https://github.com/arangodb/arangodb into bug…
gnusi aa3ca2e
reformat
gnusi e0591ca
check variable depth in `ViewExpressionContext::getVariableValue`
gnusi 6c7ef9e
add some tests
gnusi 08504d2
address js test failures
gnusi a8bda86
address jslint errors
gnusi d930573
ensure `IResearchViewNode` exposes variables used in scorers
gnusi 5733b0a
ensure scorers with expressions are deduplicated
gnusi 4030503
fix deduplication for indexed access
gnusi ece771e
more tests
gnusi 6ebe204
partially address review comments
gnusi 6772e87
address review comments
gnusi 99779ce
simplify code
gnusi bb0d969
remove irrelevant, commented out code
gnusi b8ccf1b
merge
gnusi f3af469
ensure array comparisons are properly handled
gnusi 886f19f
update changelog & loki
gnusi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
reformat
- Loading branch information
commit aa3ca2e0e38ba53b987dd4c70a7eb2ed2ca61e8f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this assumes each object attribute member is of type NODE_TYPE_OBJECT_ELEMENT.
At least in theory object attribute members can also have the type NODE_TYPE_CALCULATED_OBJECT_ELEMENT, but I am not sure if that is allowed here.
Example:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to check it, thanks