Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Search not working with request parameters...

I trying to do a search query but I keep getting no results from my query

the full link for search is http://oitapiv3.azurewebsites.net/api..., I created a new service did a "GET" on with this url in the settings "http://oitapiv3.azurewebsites.net/api...=" and in the request field using "term" as name and "tacos" as the default value... when I run the test I got a successful test but no search results come back...

I know my query and url are good so what is the problem? does appery bind request parameters differently?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Search not working with request parameters...

Hello! Please try to use the following URL:
codehttp://oitapiv3.azurewebsites.net/api/search/code

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Search not working with request parameters...

ok thanks! how would I bind the ability to query this now on a the search field on here where when the user enters a term in the search bar how would I call this service? and spit back out results to a search results page...Image

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Search not working with request parameters...

This doesn't really answer my question, ok so am I to invoke $('.mySearchInput').textinput();

but then how am i to add the service to that search field and not the entire page?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Search not working with request parameters...

Search input component has "Search" event, you can invoke your service on that event. Did you set request parameters?

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Search not working with request parameters...

Yes..
Image This is how I have it set up

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Search not working with request parameters...

Please share screen shot of Response mapping.

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Search not working with request parameters...

I have not set up the response page/ search results page because I cannot pass the search term to it....

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Search not working with request parameters...

Here are the services I have invoked on the page with the search bar, I want to pass the term to another page to populated it with the results Image

Return to “Issues”