SQL search #13339
Replies: 3 comments 14 replies
-
Is it really not possible to write a SQL query in Orchard Core to search and display the fields of a content type and display the result on a page or landing page? |
Beta Was this translation helpful? Give feedback.
-
SQL Query is: and result is without Name, LastName and image: [
{
"Id": 399,
"DocumentId": 112,
"ContentItemId": "4j8km7zsy3tz40wp6er80a5hmp",
"ContentItemVersionId": "4nrhhhvq7m6qv0zkdh5d4ny9c2",
"Latest": 1,
"Published": 1,
"ContentType": "Information",
"ModifiedUtc": "2023-03-06 15:30:24.9154006",
"PublishedUtc": "2023-03-06 15:30:25.0064275",
"CreatedUtc": "2023-03-06 15:30:24.9154006",
"Owner": "4hr529zkhbvc94nmg4h53wk1n1",
"Author": "akbar",
"DisplayText": null
}
] But i want the Name, LastName and Image to be in the search result. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot It is better to fully explain my purpose.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I have added some fields of different types (text, number, date and image) in BlogPost type, I want to select BlogPosts by SQL search and display them on LandigPage. How do I do this? please guide me.
thank you
Beta Was this translation helpful? Give feedback.
All reactions