Hi
I have a Query Service that I want to display in a list.
I have a local storage variable containing the value.
I have tested by using alert('{"StoreType": ' + value + '}'); The correct vlue is displayed in the message
I have use this syntax return '{"StoreType": "'+Value+'"}';
as well return '{"StoreType": '+Value+ "}'; because some post have one syntax format an other post other syntax format (very confusing dont know who is right)
Anyway the list is empty.
I followed the tutorial on the search app and I am pretty sure that I have not missed anything.
Thanks