Skip to content

Releases: SitecoreSupport/Sitecore.Support.AdvancedSearchList

9.3.0.0

09 Dec 21:19
Compare
Choose a tag to compare

Description

The new field type allows you to select an ordered list of items using a more convenient search dialog with extended filtering features (like facet search or search by a field).

The new field type supports the same data source parameters as Multilist With Search, but also includes:

  • EnableSetNewStartLocation - allows dynamic selection of the search location. This functionality is available in the new field type by default.
  • PageSize - used to enable paging. Is not required for the new field type as it uses continuous scroll bar.
  • StartSearchLocation - doesn't support fast queries.

Compatibility

The release was built for:

  • Sitecore Experience Platform 9.3

Instructions

  1. Extract the archive to the Website folder of all Sitecore instances in the solution, overwrite existing files if any conflicts occur.
  2. Install the attached AdvancedSearchList.Items.zip Sitecore package using Sitecore Installation Wizard, overwrite existing items if any conflicts occur.

After the installation, the new field type Search List appears in the Template Builder.

Multilist With Search replacement

There are two ways how you can replace the Multilist With Search type with the new field:

Change the field type for the field:
  1. In Content Editor, open the template item where the Multilist With Search field type is used.
  2. Switch to the Builder tab.
  3. Modify required fields to use Search List field type instead of Multilist With Search.
  4. Publish the template item with its descendants.
Change the control for the Multilist With Search field type:
  1. Install the attached SwitchMLStoASL.zip Sitecore package, overwrite existing items if any conflicts occur.

The package will modify the Multilist With Search field type to use the control of the Search List.

Important Notes

  • Check KB 077333 to find more information about Sitecore Patches.

8.0.7.0

21 Oct 04:53
Compare
Choose a tag to compare

Description

The new field type allows you to select an ordered list of items using a more convenient search dialog with extended filtering features (like facet search or search by a field).

The new field type supports the same data source parameters as Multilist With Search, but also includes:

  • EnableSetNewStartLocation - allows dynamic selection of the search location. This functionality is available in the new field type by default.
  • PageSize - used to enable paging. Is not required for the new field type as it uses continuous scroll bar.
  • StartSearchLocation - doesn't support fast queries.

Compatibility

The release was built for and tested with:

  • Sitecore CMS and DMS 7.2 rev. 160123 (Update-6)
  • Sitecore Experience Platform 7.5 rev. 150130 (Update-2)
  • Sitecore Experience Platform 8.0 rev. 160115 (Update-7)
  • Sitecore Experience Platform 9.0 rev. 171219 (Update-1)

Instructions

  1. Extract the archive to the Website folder of all Sitecore instances in the solution, overwrite existing files if any conflicts occur.
  2. Install the attached AdvancedSearchList.Items.zip Sitecore package using Sitecore Installation Wizard, overwrite existing items if any conflicts occur.
  3. If you use a Solr search provider, uncomment the defaultSolrIndexConfiguration section in the /App_Config/Include/zzz/Sitecore.Support.Asl.config file.

For Sitecore 7.2 or 7.5, perform additional steps:
6. Navigate to the Website\sitecore\shell\Applications\Content Manager\ folder;
7. Open the FieldEditor.aspx file and add the following 2 lines before the SitecoreObjects.js declaration:

<script type="text/JavaScript" src="/sitecore/shell/Controls/Lib/jQuery/jquery-1.10.2.min.js"></script>
<script type="text/javascript">if (!window.$sc) $sc = jQuery.noConflict();</script>

After the installation, the new field type Search List appears in the Template Builder.

Multilist With Search replacement

There are two ways how you can replace the Multilist With Search type with the new field:

Change the field type for the field:
  1. In Content Editor, open the template item where the Multilist With Search field type is used.
  2. Switch to the Builder tab.
  3. Modify required fields to use Search List field type instead of Multilist With Search.
  4. Publish the template item with its descendants.
Change the control for the Multilist With Search field type:
  1. Install the attached SwitchMLStoASL.zip Sitecore package, overwrite existing items if any conflicts occur.

The package will modify the Multilist With Search field type to use the control of the Search List.

Important Notes