Releases: uc-cdis/indexclient
Releases · uc-cdis/indexclient
Fixes get_with_params
Merge pull request #31 from uc-cdis/fix/getwparams Fix/getwparams
1.5.3: Merge pull request #28 from uc-cdis/feat/list
feat(list): get full record in list
Added urls_metadata field support
Merge pull request #25 from uc-cdis/feat/urls_metadata feat(urls_metadata): support urls_metadata
add acl field
Merge pull request #24 from uc-cdis/feat/acl feat(acl): allow acl create and update
fix(list):allow listing more than 'page_size' docs
1.4.4 fix(list): allow listing more than 'page_size' docs
Allow query by metadata
feat(metadata): Allow querying by metadata. (#17) * feat(metadata): Allow querying by metadata. * feat(list): Added list_with_params * fix(list, get_with_params): A couple little fixes 'list' was broken, it was looping back at the beginning if there was no more result. Also set 'limit' to 1 for 'get_with_params'.
Fix issue with handling hashes
- Correctly handle passing hashes to index service
Python 3 Support
Merge pull request #15 from uc-cdis/chore/tests feat(test): setup test
Support global endpoints & distributed search
Merge pull request #11 from uc-cdis/fix/double Fix/double
Only patch allowed attributes
- Fix issue with
document.patch
where it was attempted to patch all attributes and failing validation since only certain attributes can be patched