문제

In my list there is a column called DUC number with entries like:

DUC-1000-100
DUC-1001-101
DUC-1000-102

On SP 2010 if I search 1000-100 then it brings search result. But on SP 2013 I had to write it fully like DUC-1000-100 otherwise it doesn't bring any search result.

How do I make 2013 search like 2010 one?

도움이 되었습니까?

해결책

Simply searching without hyphen brings result. For e.g. DUC 1000 102 instead of DUC-1000-102

다른 팁

If you want to customize ranking model in SP13, you can give the DUC number property more weight. First way is to change it's weight group in the search schema

Otherwise you can modify the search query: Sorting > Dynamic ordering > Add dynamic ordering rule. You can promote the search results that contains a specific managed property.

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