Skip to content

Releases: uc-cdis/indexclient

Fixes get_with_params

13 Jun 22:08
d09e46d
Compare
Choose a tag to compare
Merge pull request #31 from uc-cdis/fix/getwparams

Fix/getwparams

1.5.3: Merge pull request #28 from uc-cdis/feat/list

11 May 19:29
7d000de
Compare
Choose a tag to compare
feat(list): get full record in list

Added urls_metadata field support

30 Apr 16:14
929dae3
Compare
Choose a tag to compare
Merge pull request #25 from uc-cdis/feat/urls_metadata

feat(urls_metadata): support urls_metadata

add acl field

23 Apr 20:35
4ab7e58
Compare
Choose a tag to compare
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

04 Apr 20:38
67c6f2d
Compare
Choose a tag to compare
1.4.4

fix(list): allow listing more than 'page_size' docs

Allow query by metadata

19 Mar 21:35
e57ba40
Compare
Choose a tag to compare
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

28 Feb 21:12
39fde06
Compare
Choose a tag to compare
  • Correctly handle passing hashes to index service

Python 3 Support

27 Feb 01:48
b42f4e8
Compare
Choose a tag to compare
Merge pull request #15 from uc-cdis/chore/tests

feat(test): setup test

Support global endpoints & distributed search

27 Feb 00:37
9fc4e09
Compare
Choose a tag to compare
Merge pull request #11 from uc-cdis/fix/double

Fix/double

Only patch allowed attributes

12 Feb 16:39
6d16a0a
Compare
Choose a tag to compare
  • Fix issue with document.patch where it was attempted to patch all attributes and failing validation since only certain attributes can be patched