Skip to content

Commit 53ce4ef

Browse files
andrewconnellVesaJuvonen
authored andcommitted
fix broken link 3513 (SharePoint#3726)
fix broken link to ManagedDateTime enum - closes SharePoint#3513
1 parent 8d7d309 commit 53ce4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/sorting-search-results-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can also influence the rank calculation in the query string, in one of two w
7878

7979
You can specify search result sorting based on the value of one or more managed properties. This means that SharePoint performs the sorting based on all results that match the query.
8080

81-
You can sort based on text and numeric properties. For text properties, the sorting is based on standard text string sorting. In contrast, for numeric properties (including managed properties of type [DateTime](https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14))), the sorting is based on numeric value.
81+
You can sort based on text and numeric properties. For text properties, the sorting is based on standard text string sorting. In contrast, for numeric properties (including managed properties of type [DateTime](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14))), the sorting is based on numeric value.
8282

8383

8484

@@ -234,7 +234,7 @@ http://localhost/_api/search/query?querytext='home'&sortlist='[formula:abs(2
234234

235235
### Using managed properties in the sort formula
236236

237-
You can apply a sort formula on the value of managed properties of type [Integer](https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)), [Decimal](https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)), and [Datetime()](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Administration.ManagedDataType.Datetime.aspx). You must enable sorting for the specified managed property in the search schema.
237+
You can apply a sort formula on the value of managed properties of type [Integer](https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)), [Decimal](https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)), and [Datetime()](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)). You must enable sorting for the specified managed property in the search schema.
238238

239239

240240

0 commit comments

Comments
 (0)