Skip to content
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

New query types, sorting, unit tests, fix issues #4

Merged
merged 63 commits into from Mar 29, 2021
Merged

New query types, sorting, unit tests, fix issues #4

merged 63 commits into from Mar 29, 2021

Conversation

ghost
Copy link

@ghost ghost commented Mar 22, 2021

vrcmarcos and others added 30 commits September 19, 2020 17:09
Implements several basic search types, bumps major version
Allow ignoring of missing documents (404) for get and delete
This will help support Elasticsearch-dsl, which uses doc_type=[] (acceptable by elasticsearch client)
…c-types

Fix count when doc_type is an empty list
allow 'match_all' queries in FakeSearch
carlosgalvez-tiendeo and others added 25 commits January 20, 2021 17:14
Allow evaluation for query_type MUST
Improve get and delete methods
Add create, update, and delete to bulk API
# Conflicts:
#	elasticmock/fake_elasticsearch.py
#	setup.py
@ghost ghost changed the title [WIP] New query types, sorting, unit tests, fix issues New query types, sorting, unit tests, fix issues Mar 24, 2021
@WillBrown2000
Copy link

lgtm @blombosi this looks really excellent. This is exactly what Kyland and I were working on, but were simply shy of resources and time. Excellent work to all contributors.

@g3rg0
Copy link

g3rg0 commented Mar 25, 2021

lgtm

@hearsaydev hearsaydev merged commit 08cb8e9 into hearsaycorp:master Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.