-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDXDSYS-1385 Desnagging #6
base: dev
Are you sure you want to change the base?
Conversation
…eturned for resource_id searches
…since it isn't required
@@ -34,7 +34,7 @@ class SearchCommonEndpointParams(SearchPaginationParams): | |||
|
|||
|
|||
async def search_pagination_parameters( | |||
limit: Annotated[int, search_pagination_limit_query] = 10000, | |||
limit: Annotated[int, search_pagination_limit_query] = 100, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok from my pov
@@ -11,28 +12,36 @@ | |||
|
|||
log = logging.getLogger(__name__) | |||
|
|||
DATAMART_ROOT_URL = 'http://localhost:8844' | |||
LOCAL_DATAMART_ROOT_URL = 'http://localhost:8844' | |||
DEV_DATAMART_ROOT_URL = 'https://dev.hapi-humdata-org.ahconu.org' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to avoid hardcoding here, or at least use it as default for os.getenv
These are some miscellaneous fixes to HAPI Datamart which were identified during documentation and testing prior to launching the prototype
These include:
countries
forgroups
andtags
forvocab_Topics
in field searches - to match language used in the list endpoint and common sense!