Loading
B2C Commerce 版本注意事項
目錄
選取篩選

          沒有結果
          沒有結果
          以下是搜尋小祕訣

          檢查關鍵字的拼字。
          使用較常見的搜尋字詞。
          選取較少篩選條件以擴大您的搜尋。

          搜尋所有 Salesforce 說明
          Influence the Placement of a Page Designer Page in Search Results

          Influence the Placement of a Page Designer Page in Search Results

          You can specify a boost factor in a searchable page or component attribute to influence the placement of the page in search results.

          How: The default value for a boost factor is 1.0. To indicate that text in the attribute is less relevant than other terms in the index, specify a boost factor less than 1.0. You can use any decimal number less than 1, for example, 0.5 or 0.3, but you can't use negative numbers. To increase the relevance of attribute text, specify a boost factor greater than 1.0. For example, specifying a boost factor of 2.0 makes the field twice as relevant in relation to other fields in the index.

          Include the boost factor value in the page or component meta definition file, as in the following example:

          {
           "id": "heading",
           "name": "Banner Heading",
           "required": true,
           "type": "text",
           "searching": {
            "searchable": true,
            "refinable": true,
            "boost_factor": 2.0
           }
          }
          
           
          正在載入
          Salesforce Help | Article