Skip to content

Conversation

@codeliner
Copy link

@codeliner codeliner commented Mar 24, 2020

Added a new method findPartialDocs and a PartialSelect class to specify which fields should be included in the result docs.

This PR also includes a long planned correction for accessing docIds:
filterDocs is deprectaed now and will be replaced by findDocs. The difference between the two is that the latter uses docIds as iterator keys. This is a breaking change and therefor introduced with a new method and deprecation of the old filterDocs method. So people have time to adjust query logic.

@codeliner codeliner requested a review from sandrokeil March 24, 2020 23:21
@codeliner codeliner force-pushed the feature/filter_partial_docs branch from 6592e72 to dbb22d3 Compare March 29, 2020 17:54
Also make sure that filterDocs and filterPartialDocs
return a \Traversable that provides docId as key.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants