update master#21
Open
defgsus wants to merge 29 commits into
Open
Conversation
…unt' is a completely misleading name
…ng without terminal) As is seems, travis has a "terminal" somehow and github actions doesn't.
remove the different python versions for now until i know it works
merge search request 'body' and 'params' together when elasticsearch version >= 8
- highlught supports all parameters from current 8.0.0 docs and global as well as field levels. - Search instance now supports both version 7 and 8 via an init parameter. Defaults to elasticsearch-py major version - more version specific details and unittests
previously, `bool.should` entries were concatenated in `__and__` calls. Now query A and B are wrapped in a container `bool.must=[A, B]` if a `should` entry exists in A or B. If not, the `must`, `must_not` and `filter` entries are still concatenated, which, i think, is perfectly valid because they all represent AND combinations.
…ries exists in A nor B also avoid adding duplicates
…7 (instead of 8.00)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.