Skip to content

Commit ca82b40

Browse files
committed
unnecessary quotes
1 parent 1098872 commit ca82b40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/maker/portals/configure/search-additional-entities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To configure search for additional entities:
2828

2929
1. [Create a record details page](#step-4-add-record-details-webpage) for each entity to show the [details of the selected record](#site-marker-for-record-details-page) from the search results page. Skip this step if you already have created separate results record details page for each entity.
3030

31-
1. [Create a site marker](#step-5-add-a-site-marker-for-record-details-webpage) named ```<entitylogicalname>_SearchResultPage``` for each entity with the associated [record details page](#site-marker-for-record-details-page).
31+
1. [Create a site marker](#step-5-add-a-site-marker-for-record-details-webpage) named `<entitylogicalname>_SearchResultPage` for each entity with the associated [record details page](#site-marker-for-record-details-page).
3232

3333
1. [Rebuild the search index](#step-6-rebuild-the-search-index).
3434

@@ -48,9 +48,9 @@ You can also configure other related site settings similar to the search configu
4848

4949
### Site marker for record details page
5050

51-
The record details page is configured using a **Site Marker** named ```<entitylogicalname>_SearchResultPage```.
51+
The record details page is configured using a **Site Marker** named `<entitylogicalname>_SearchResultPage`.
5252

53-
For example, if your entity logical name is *nwind_products*, the site marker will be ```nwind_products_SearchResultPage```. The value of the site marker is the record details page that you want to open when that search result is selected. By default, a record ID is passed in the *id* querystring parameter to the record details page. For more information about adding forms on a page, go to [Compose a page](../compose-page.md#add-form).
53+
For example, if your entity logical name is *nwind_products*, the site marker will be `nwind_products_SearchResultPage`. The value of the site marker is the record details page that you want to open when that search result is selected. By default, a record ID is passed in the *id* querystring parameter to the record details page. For more information about adding forms on a page, go to [Compose a page](../compose-page.md#add-form).
5454

5555
> [!IMPORTANT]
5656
> Ensure that your record details page has an entity form, or has logic written to show the search result details. For example, [Step 4 - Add record details page](#step-4-add-record-details-webpage) in the following walkthrough.

0 commit comments

Comments
 (0)