Jan
|
0e97f322e5
|
activate early pruning (#10308)
|
2019-10-28 14:22:33 +01:00 |
Jan
|
1d84dd861d
|
use setUpAll and tearDownAll to reduce test durations (#10107)
|
2019-09-30 17:05:20 +02:00 |
Andrey Abramov
|
d4a010baf9
|
Bug fix/internal issue #316 (#7911)
* allow using scorers outside ArangoSearch view context
Signed-off-by: Andrey Abramov <andrey@arangodb.com>
* ensure query is properly optimized after replacement of scorer functions
* do not apply `handleViewsRule` to queries without views
* simplify optimization rule for ArangoSearch views
* show ArangoSearch view scorers in query explanation
* fix tests
* fix tests
* add stub for scorer related tests
* reformat
* check variable depth in `ViewExpressionContext::getVariableValue`
* add some tests
* address js test failures
* address jslint errors
* ensure `IResearchViewNode` exposes variables used in scorers
* ensure scorers with expressions are deduplicated
* fix deduplication for indexed access
* more tests
* partially address review comments
* address review comments
* simplify code
* remove irrelevant, commented out code
* ensure array comparisons are properly handled
* update changelog & loki
|
2019-01-10 21:04:19 +03:00 |
Jan
|
7b5d163aee
|
fix variable replacements in view search conditions (#6756)
* fix variable replacements in view search conditions
* added reference to internal issue
* add catch test
* Added AQL test
|
2018-10-08 20:53:29 +03:00 |
Jan
|
24ca3acf97
|
rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280)
|
2018-08-31 19:42:21 +02:00 |