Skip to content

Commit fa4f42e

Browse files
authored
Merge pull request #3189 from MicrosoftDocs/portals-1672646
Portals fixes - 1672646
2 parents bd1b422 + 56267fb commit fa4f42e

File tree

1 file changed

+8
-6
lines changed
  • powerapps-docs/maker/portals/configure

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/23/2020
8+
ms.date: 07/30/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -81,7 +81,7 @@ The following site settings are related to global search:
8181
| Search/Query | +(@Query) _title:(@Query) _logicalname:adx_webpage\~0.9^0.2 -_logicalname:adx_webfile\~0.9 adx_partialurl:(@Query) _logicalname:adx_blogpost\~0.9^0.1 -_logicalname:adx_communityforumthread\~0.9 | This setting adds additional weights and filters to the query that a user enters in the default search box that is displayed on the portal. In the default value, @Query is the query text entered by a user.<br>For information on how to modify this value, follow [Lucene query syntax](https://lucene.apache.org/core/old_versioned_docs/versions/2_9_1/queryparsersyntax.html).<br>**Important**: This weighting and filtering only apply to the search box that comes in the default search page of the portal. If you're using a liquid search tag to create your own search page, then this setting doesn't apply. |
8282
| Search/Stemmer | English | The language used by the portal search's stemming algorithm. |
8383
| Search/FacetedView | True | This enables facets in the search results. When set to True, facets will be shown along with results on the search page. |
84-
| Search/IndexNotesAttachments | True | Indicates whether the content of notes attachments in knowledge base articles and web files should be indexed. By default, it's set to False. More information: [Search within file attachment content](search-file-attachment.md) |
84+
| Search/IndexNotesAttachments | False | Indicates whether the content of notes attachments in knowledge base articles and web files should be indexed. By default, it's set to False. More information: [Search within file attachment content](search-file-attachment.md) |
8585
| Search/RecordTypeFacetsEntities | Blogs:adx_blog,adx_blogpost;Forums:adx_communityforum,adx_communityforumthread,adx_communityforumpost;Ideas:adx_ideaforum,adx_idea;Downloads:annotation,adx_webfile | This determines how the entities are grouped in Record Type facet on the Search page. This setting is in the format <br>"DisplayNameinRecordTypeFacet1:logicalnameofentity1,logicalnameofentity2; DisplayNameinRecordTypeFacet2:logicalnameofentity3,logicalnameofentity4" <br>Display Name in Record Type facet will appear on the UI. This facet group will combine the result of the entities defined in the configuration. |
8686
| KnowledgeManagement/DisplayNotes | True | Indicates whether to index attachments of knowledge base articles. By default, it's set to False. |
8787
|||
@@ -219,15 +219,17 @@ In the following example, we will remove the Case entity from portal global sear
219219

220220
To block the Case entity from getting indexed, you must rename the view of the Case entity that defines the record set to be indexed by the portal (defined by the Search/IndexQueryName site setting). By default, the name of that view is Portal Search.
221221

222-
1. Go to https://make.powerapps.com and select Solutions.
222+
1. Go to [Power Apps](https://make.powerapps.com).
223223

224-
![Solutions](../media/solutions-page.png)
224+
1. Select Solutions.
225+
226+
![Solutions](../media/solutions-page.png "Solutions")
225227

226228
1. Search for **Default Solution** and select Edit to open.
227229

228-
![Edit solution](../media/edit-solution.png)
230+
![Edit solution](../media/edit-solution.png "Edit solution")
229231

230-
1. Search and edit **Case** entity to see its components.
232+
1. Search and edit **Case** entity to see its components.
231233

232234
1. Select **Views** tab and then select **Portal Search** to open it in a view editor.
233235

0 commit comments

Comments
 (0)