Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Conversation

deedee
Copy link
Contributor

@deedee deedee commented Aug 12, 2017

No description provided.

if (parameters != null) {
for (String key : parameters.keySet()) {
builder.setParameter(key, parameters.get(key));
if ("filter".equals(key)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

@deedee this will translate the filter parameters properly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. I've tried with all filter params

Copy link
Collaborator

Choose a reason for hiding this comment

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

@deedee hmm, I am not sure I understand correctly, but for filter parameter, it should be able to support multiple filtering options, is that mean for web page, we just send only one filtering?

Copy link
Contributor Author

@deedee deedee Aug 14, 2017

Choose a reason for hiding this comment

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

Yes it support multiple filtering. As you can see on challenge service all filter wrap on one paramater(which is filter)

@ajefts ajefts merged commit e9c4827 into topcoder-archive:dev Aug 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants