문제

I have a document library. And I wrote a query in the search that brought only the documents in this list. But in addition, I want a column-bound search in this list.

**There is a document library as shown in this example.

In the searches on the page, I only provide the fetching of these documents with a query.

However, I would like to search by column C for example.**

How can i do this? Thanks.

enter image description here

도움이 되었습니까?

해결책

In the search schema, you need to create a managed property, then map the crawled property column C to this managed property.

After a full crawl, you could use <managed property>:<Property Value> in your query.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top