Skip to content

Commit 0b37b45

Browse files
committed
fixed asterisk formatting errors
1 parent 3b2dd11 commit 0b37b45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/general-development/how-to-create-external-content-types-for-sql-server-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ You can create several different types of filters. For each filter that you crea
362362

363363

364364

365-
A Wildcard filter limits what items are returned based on a user-entered string value (such as State Contains "New") and is converted to an SQL LIKE clause. Valid SQL Server wildcard characters are * (asterisk) which means match any number of characters and _ (underscore) which means match one and only one character.
365+
A Wildcard filter limits what items are returned based on a user-entered string value (such as State Contains "New") and is converted to an SQL LIKE clause. Valid SQL Server wildcard characters are \* (asterisk) which means match any number of characters and \_ (underscore) which means match one and only one character.
366366

367367

368368

@@ -383,7 +383,7 @@ You can create several different types of filters. For each filter that you crea
383383
5. Click **OK**.
384384

385385

386-
6. Under **Properties**, next to **Default Value**, enter the initial value that you want to filter by, if the user does not enter a value. If you do not enter a value, the external list does not display any items. It's a good idea to enter an * (asterisk) as the default.
386+
6. Under **Properties**, next to **Default Value**, enter the initial value that you want to filter by, if the user does not enter a value. If you do not enter a value, the external list does not display any items. It's a good idea to enter an \* (asterisk) as the default.
387387

388388

389389

docs/general-development/workflow-initiation-and-configuration-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Following is a list of association properties that are set by default for both *
9090

9191

9292
> **Important:**
93-
> Properties marked with an asterisk (*) are not defined in the Workflow APIs, so to access them simply use their string values.
93+
> Properties marked with an asterisk (\*) are not defined in the Workflow APIs, so to access them simply use their string values.
9494
9595

9696

@@ -114,7 +114,7 @@ In the case of **list** workflows, there are four additional association propert
114114

115115

116116
> **Important:**
117-
> Properties marked with an asterisk (*) are not defined in the Workflow APIs, so to access them simply use their string values.
117+
> Properties marked with an asterisk (\*) are not defined in the Workflow APIs, so to access them simply use their string values.
118118
119119

120120

0 commit comments

Comments
 (0)