Skip to main content
deleted 2 characters in body
Source Link
Vignesh Subramanian
  • 3.3k
  • 7
  • 53
  • 102

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 thatit to this column. But the column is not bringing any results

enter image description here

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 that to this column. But the column is not bringing any results

enter image description here

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

enter image description here

Source Link
Vignesh Subramanian
  • 3.3k
  • 7
  • 53
  • 102

fetching fields using Sharepoint search Api

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 that to this column. But the column is not bringing any results

enter image description here