Multi line text column with append changes managed property
I’m trying to get data from a multi line text field with append changes on it to appear on a custom search page built using the PnP Search web parts. I haven’t had any luck mapping it successfully to a managed property after trying for about 2 weeks. I’ve tried using the RefinableString properties, and two text managed properties that have Searchable, Queryable, Retrievable and one with Allow multiple values enabled (Allow multiple values: Allow multiple values of the same type in this managed property. For example, if this is the “author” managed property, and a document has multiple authors, each author name will be stored as a separate value in this managed property.) All return null. There is content in the fields, the list has been reindexed a few times and it’s been over 48 hours.
I’m beginning to think it isn’t possible seeing as you have to jump through a few hoops to get the values with REST calls. Does anyone know if it is possible?
I’m trying to get data from a multi line text field with append changes on it to appear on a custom search page built using the PnP Search web parts. I haven’t had any luck mapping it successfully to a managed property after trying for about 2 weeks. I’ve tried using the RefinableString properties, and two text managed properties that have Searchable, Queryable, Retrievable and one with Allow multiple values enabled (Allow multiple values: Allow multiple values of the same type in this managed property. For example, if this is the “author” managed property, and a document has multiple authors, each author name will be stored as a separate value in this managed property.) All return null. There is content in the fields, the list has been reindexed a few times and it’s been over 48 hours. I’m beginning to think it isn’t possible seeing as you have to jump through a few hoops to get the values with REST calls. Does anyone know if it is possible? Read More