Skip to content

Commit

Permalink
Adding geographies to the filter fields. (#96)
Browse files Browse the repository at this point in the history
* Adding geographies to the filter fields.

* Bumping the version.

---------

Co-authored-by: Mark <[email protected]>
  • Loading branch information
THOR300 and Mark authored Sep 11, 2024
1 parent 5379ff5 commit 2e477e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/cpr_sdk/models/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

filter_fields = {
"geography": "family_geography",
"geographies": "family_geographies",
"category": "family_category",
"language": "document_languages",
"source": "family_source",
Expand Down
2 changes: 1 addition & 1 deletion src/cpr_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "4"
_PATCH = "0"
_PATCH = "1"
_SUFFIX = ""

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
Expand Down

0 comments on commit 2e477e7

Please sign in to comment.