Microsoft Search for showing List Items which have specific content type, is not showing any property #3917
Unanswered
mvcsharepointdev
asked this question in
Q&A
Replies: 2 comments 2 replies
-
In general, I will recommend staying away from Microsoft Search as a data source unless you are deal with external items (Graph Connector stuff ) . In my opinion MS Search is not ready for prime time yet. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You need to add the properties you want into the selected properties list as well. And you can use the debug template to see what is returned per item. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added a Search Result, with those settings: -
And i added those slots which are linked to Search managed properties:-
and i added those to the Detailed list, as follow:-
here is a sample of one expression:-
{{slot item @root.slots.SalesOrderNo}}
now i got the items, but all the custom property are empty as follow:-
second question, how i can allow sorting the fields i have? such as Destination, Po# ? etc, is this possible?
Keeping in mind that i added the related data 3 days ago
any advice?
Beta Was this translation helpful? Give feedback.
All reactions