Skip to content

allow search via post [v2.2]#1173

Open
hilpitome wants to merge 9 commits intov2.2from
1172-v2-allow-search-via-post
Open

allow search via post [v2.2]#1173
hilpitome wants to merge 9 commits intov2.2from
1172-v2-allow-search-via-post

Conversation

@hilpitome
Copy link
Copy Markdown
Contributor

@hilpitome hilpitome commented Nov 11, 2022

Addresses issue #1172 for branch v2.2

}

@RequestMapping(method = RequestMethod.GET, value = "/path", produces = { MediaType.APPLICATION_JSON_VALUE })
private List<ChildMother> searchPathBy(HttpServletRequest request) throws ParseException {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Consider renaming method name

}

@RequestMapping(method = RequestMethod.POST, value = "/path", produces = { MediaType.APPLICATION_JSON_VALUE })
private List<ChildMother> searchPathBy(@RequestBody String jsonRequestBody) throws ParseException {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Consider renaming method name

@ekigamba ekigamba changed the title allow search via post allow search via post [v2.2] Jan 16, 2023
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