-
Notifications
You must be signed in to change notification settings - Fork 871
Search 161 3.7 #14444
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
Search 161 3.7 #14444
Conversation
CHANGELOG
Outdated
| * Updated arangosync to 1.6.0. | ||
| * Add prefix parameter to LEVENSHTEIN_MATCH function in ArangoSearch | ||
|
|
||
| * Removed redirects from /_admin/cluster* to /_admin/cluster/*. Adjusted |
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.
completely unrelated to this PR
tests/Aql/DecaysFunctionTest.cpp
Outdated
| namespace { | ||
|
|
||
| // helper functions | ||
| SmallVector<AqlValue> createArgVec(const VPackSlice slice) { |
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.
completely unrelated to this PR
| { "LEVENSHTEIN_MATCH", { ".,.,.|.,.", FunctionType::FILTER } }, | ||
| { "LEVENSHTEIN_MATCH", { ".,.,.|.,.,.", FunctionType::FILTER } }, | ||
| { "IN_RANGE", { ".,.,.,.,.", FunctionType::FILTER } }, | ||
| { "GEO_IN_RANGE", { ".,.,.,.|.,.,.", FunctionType::FILTER } }, |
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.
completely unrelated to this PR
This reverts commit d609fe6.
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.
LGTM.
Scope & Purpose
(Please describe the changes in this PR for reviewers - mandatory)
Backports:
Related Information
(Please reference tickets / specification / other PRs etc)
Testing & Verification
(Please pick either of the following options)
Link to Jenkins PR run:
Documentation
External contributors / CLA Note
Please note that for legal reasons we require you to sign the Contributor Agreement
before we can accept your pull requests.