Description
Hı
I'm trying to do this project from my own perspective.
My project draws information such as name and surname from people's CVs with the custom skill in the form recognizer.
The information is properly indexed and I can see it on the cognitive search screen.
Things I did:
I entered the required resource information in the appsettings.json file.
Instead of Graphfacet in the appsettings.json file, I entered information such as name and surname.
in the SearchModel.cs file
facets
tags
resultFields
In the fields, I entered the necessary information such as name and surname.
I did not touch the following parts in the resultFields area:
"metadata_storage_path",
"metadata_storage_name",
but after all this still the website is not working as it is. I am using IIS Express onVisual Studio to test the website.
Entitiy map (I just test for name) :