Skip to content

Commit 4ec2a43

Browse files
committed
Fixing table header.
1 parent 2e9e3e3 commit 4ec2a43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/general-development/custom-security-trimming-for-search-in-sharepoint-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Custom security trimming for Search in SharePoint
3-
description: Learn about the two kinds of custom security trimmer interfaces and how to create a custom security trimmer.
3+
description: Learn about the two kinds of custom security trimmer interfaces, ISecurityTrimmerPre and ISecurityTrimmerPost, and the steps you must take to create a custom security trimmer.
44
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: fbbf0cc4-e135-426a-9996-34eb954dbd5a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Customizing search results in SharePoint
3-
description: Describes group similar items or remove duplicate items in a search result set in SharePoint to display these results in a concise, readable way.
3+
description: Learn how to group similar items or remove duplicate items in a search result set in SharePoint so you can display these results in a concise, readable way.
44
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: 1b30f6df-643a-4570-ae5c-d3d8df5609b8

docs/general-development/fast-query-language-fql-syntax-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: FAST Query Language (FQL) syntax reference
3-
description: Learn about constructing complex search queries for Search in SharePoint using the FAST Query Language (FQL).
3+
description: Learn about constructing complex search queries for Search in SharePoint using the FAST Query Language (FQL). This reference describes the elements of an FQL query and how to use property specifications, token expressions, and operators in your FQL queries.
44
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: bd98a41b-623c-41d4-a15d-26c0d4ba4311
@@ -656,7 +656,7 @@ Use the **RANGE** operator for numeric and date/time managed properties. The ope
656656

657657
#### Parameters
658658

659-
| Parameter | Value |   | Description |
659+
| Parameter | Value | Value | Description |
660660
| :-------- | :------------------ | :------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
661661
| _start_ | _\<numeric_value\>\ | \<date/time_value\>_ | Start value for the range. To specify that the range has no lower bound, use the reserved word **min**. |
662662
| _stop_ | _\<numeric_value\>\ | \<date/time_value\>_ | End value for the range. To specify that the range has no upper bound, use the reserved word **max**. |

0 commit comments

Comments
 (0)