redfishdev
12/30/2021, 6:21 AMtdietrich
12/30/2021, 5:42 PMSELECT TOP 10 Note.Title FROM Note ORDER BY ID DESC
SELECT TOP 10 Note.Note FROM Note ORDER BY ID DESC
The specific error is, "_Search error occurred: Field 'Title' for record 'note' was not found. Reason: NOT_EXPOSED - Field is marked as internal for channel SEARCH_"
I don't think we have a way to expose those columns.redfishdev
12/30/2021, 8:05 PMField 'Note' for record 'note' was not found. Reason: NOT_EXPOSED
redfishdev
12/30/2021, 8:05 PM