Devin Normand
Posts: 0
Joined: Tue May 19, 2015 11:29 pm

How to use a query service with a select menu?

We are trying to filter a list by using a select menu, for example:

Here is the original list of items, not filtered yet:
Image

Then you select the filter, and it SHOULD FILTER IT:
Image

Unfortunately, regardless of the choice, it only filters based on sports, which is the one already selected...
Image

Here is the query service, before send:
Image

Here is the javascript, in the where (category is the name of category it is sorting by):
Image

Success for query service:
Image

Then you initiate the query service:
Image

Return to “Issues”