I have a content type called News Item
Below is my Search Api query
http://spsite/sites/Intranet/_api/search/query?querytext='ContentType:News*'&selectproperties='Title,IsPromoted'
I am trying to retrieve a field called IsPromoted which is a boolean field. I created a Managed property and mapped it to this column. But the column is not bringing any results

