Skip to content

test: test searchOrganization() query parser#89

Merged
Jonathan-Zollinger merged 3 commits into0.1.0from
introduce-executeSearchOrganization
Mar 23, 2026
Merged

test: test searchOrganization() query parser#89
Jonathan-Zollinger merged 3 commits into0.1.0from
introduce-executeSearchOrganization

Conversation

@HMS-Victory
Copy link
Copy Markdown
Contributor

Since searchOrganization() has no conditional parameters that only need to be used if other parameters are not used it does not require any enums to be written for it. Therefore I simply added basic tests for the query parser searchOrganizations().

A few things to note about this is that I chose not to find out why the min and max length headers do not actually prevent a string with too few characters from being entered and sent in the query.

Additionally adding specifications into the schema that the two parameters should not be left as null fails to be included in the compiled code.

For now I have added documentation to those two fields, so when the backend throws an exception for either of these two failures if a user looks at the documentation they can find out why.

This PR would resolve #83

HMS-Victory and others added 3 commits March 19, 2026 13:41
Signed-off-by: jonathan zollinger <jonathan.zollinger@gmail.com>
Signed-off-by: jonathan zollinger <jonathan.zollinger@gmail.com>
Copy link
Copy Markdown
Member

@Jonathan-Zollinger Jonathan-Zollinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Jonathan-Zollinger Jonathan-Zollinger merged commit b2dd7bf into 0.1.0 Mar 23, 2026
1 check failed
@Jonathan-Zollinger Jonathan-Zollinger deleted the introduce-executeSearchOrganization branch April 25, 2026 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants