Questions tagged [managed-property]
Managed properties can have a large number of settings, or attributes. These attributes determine how the contents are shown in search results. The search schema contains the attributes on managed properties and the mapping between crawled properties and managed properties.
331 questions
3
votes
1
answer
48
views
RefinableStrings managed properties are assigned to crawl properties only at the site level and not at the tenant level
I accessed the managed properties at a site level scope inside SharePoint online, and I found some refinable strings assign to crawl properties, but when I accessed the same refinable strings at the ...
0
votes
0
answers
45
views
PnP Modern Search not getting value of column for Site Pages
I am trying to build a search page that uses PnP Modern Search web parts that would be looking at 2 paths: 1st path is a Document Library and 2nd path is the Site Pages library. Both paths have a ...
1
vote
1
answer
78
views
Why i cannot search a site column which is of type Single Line of text?
I have a site content type which contains those site columns: -
This content type has been used in around 10 custom lists. Now I can search by all the fields without any issue, except for the "...
0
votes
2
answers
179
views
List columns does not appear in search config after 2 days
I have created a new Content Type with custom columns.
Some of them must be indexed, so I need to link them to some RefinableString values.
But after 2 days I have created these columns, in the Search ...
0
votes
1
answer
67
views
Why I got 2 crawl properties for a single line of text field?
I have a site column of type single line of text with internal name = DESTINATION. now when i wanted to define a RefinableString managed property for this field, i found that i got 2 crawl properties ...
0
votes
1
answer
144
views
SharePoint online (modern experience) : crawled metadata not appearing
My company uses Sharepoint Online. I have a site on that SharePoint that uses the modern experience.
It's a "communication" site, if that changes anything. In the site content -> site ...
0
votes
1
answer
65
views
Manage "Document Type" column for each library which have different options
We have this case:
A site with 10 document libraries
For each document library we need to tag the documents with a managed metadata column named "Document Type"
Use the PnP Modern search ...
1
vote
1
answer
440
views
Refinable String managed property uneditable
I have just purchased microsoft365 for business (becoming a freelance), and I want to set new managed properties for a list I've created.
when trying to edit new refinableString properties, most of ...
0
votes
1
answer
129
views
Convert True/False value to Yes/No in Search Item Display Template
We are using third party tools for record management in SharePoint 2019 and we have custom search page to display custom search results. For this managed properties have been defined mapping to third ...
1
vote
1
answer
451
views
Modern News filter a managed property from taxonomy: contains works, not equal
I am using the modern News rollup with a custom property that is correctly indexed. I have noticed that even if the value is a single word, the filter does not work with operator EQUAL and I must use ...
1
vote
1
answer
104
views
How to set data in custom Web Property SharePoint online?
Could you help me please, how can I set a value to custom web property in SharePoint and then get this property later?
Now, I only can get all default properties using [web url]/_api/web.
1
vote
0
answers
1k
views
Handlebars: How to hide text if variable is blank
I've created a custom Sharepoint Search Result page using a list template, and I've added a line at the bottom of each result that shows
Category: URL
The URL is obtained from a custom column that is ...
0
votes
1
answer
542
views
How to display Custom Column URL in display template
I'm creating a custom search result page in SharePoint Online using the PnP Modern Search Web Parts.
I've created a custom column called "_CatURL" of type 'hyperlink', where I've added a URL ...
1
vote
0
answers
479
views
How to manage a Managed Metadata site column which allow multiple selection for large document library (since we can not index it)
We have created a document library inside our SharePoint online site to manage our customer documents >> and we added a site Column of type Managed Metadata to tag the documents with the related ...
0
votes
0
answers
265
views
SPFx: pnp search by managed properties
I made a simple pnp search in SPFx by Querytext, now I need to make search by managed properties.
I have text managed property RefinersTextListOWSTEXT
So far I made this:
const _results: ISearchResult[...