Hi
I have a Search Contol and a List Control on a page. I need to display the results of the search in the list.
I have created a query service with the list item mapped to the Where field. My Java Script for the Where field is....
return '{"Searchme":"'+value+'"}';
Searchme being the name of the Search Control.
I am not returning any search results.
Am I following the correct approach when doing a search?
Thank you.