Releases: SitecoreSupport/Sitecore.Support.AdvancedSearchList
9.3.0.0
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
- Extract the archive to the
Website
folder of all Sitecore instances in the solution, overwrite existing files if any conflicts occur. - Install the attached
AdvancedSearchList.Items.zip
Sitecore package usingSitecore 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:
- In Content Editor, open the template item where the
Multilist With Search
field type is used. - Switch to the
Builder
tab. - Modify required fields to use
Search List
field type instead ofMultilist With Search
. - Publish the template item with its descendants.
Change the control for the Multilist With Search field type:
- 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
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
- Extract the archive to the
Website
folder of all Sitecore instances in the solution, overwrite existing files if any conflicts occur. - Install the attached
AdvancedSearchList.Items.zip
Sitecore package usingSitecore Installation Wizard
, overwrite existing items if any conflicts occur. - 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:
- In Content Editor, open the template item where the
Multilist With Search
field type is used. - Switch to the
Builder
tab. - Modify required fields to use
Search List
field type instead ofMultilist With Search
. - Publish the template item with its descendants.
Change the control for the Multilist With Search field type:
- 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 KB077333 article to find more information about Sitecore Patches.