- Added
text_expansion
query clause (#1837) - Added
Response.search_after()
andSearch.search_after()
methods for efficient iteration (#1829) - Added point in time support and the
iterate()
method in theSearch
class (#1833) - Added support for slicing multiple times in
Search
class (#1771)
Added support for regular expressions inCompletion.suggest()
(#1836) - Fixed
suggest()
method of theCompletion
class to format requests correctly. (#1836) - Fixed
Document.update()
to accept fields set toNone
or empty (#1820) - Started work on type hints (Thanks Caio Fontes for leading this effort!)