youssef125-3012,
"You need to make sure you mark the fields you need to be returned in the results as retrievable
in your index definition. It looks you only have text and id fields as retrievable
.
Mark "Status" as one of your index fields. For more information: search-what-is-an-index.
-You should use select
for each field. For more details of how to use it or any other options to manipulate the results, you can see the sample code here: Search an index."
--Copied the answer suggested by Gia Mondragon - MSFT (our PG from Azure Search team) to benefit the community here, please continue your discussion on SO thread.
Example:
--
To benefit the community find the right answers, please do mark the post which was helpful by clicking on ‘Accept Answer’ & ‘Up-Vote’.