CyberStore Documentation
Add filters when using Items_TileListing Widget
In This Topic

Business Logic, Processes and Web Services for Characteristic Filtering (#10831)

 The web method Inventory.GetCharacteristicInSearchResultsFiltered gets all distinct values for a specified Item Characteristic of Item matches within an Item search result that has been optionally filtered by one or more filter selections.

ItemCharacteristics_Filter Widget (#10832)

Available Widget Options

Copy Code
            <Control src="LoadWidgetControl.ascx" FileLocation="ItemCharacteristics_Filter.html"
                Options="
                    pageSize: 10,
                    characteristicPaths:'Specifications/Gears,Specifications/SIZE,Specifications/Color',
                    minimumToShow: 2,
                    enableAccordion: true,
                    showCollapsed: false,
                    activeFiltersLabelText: 'Active Filters:',
                    preferredFilter: 'Specifications/Gears'"/>

Auto sort characteristic value by List Sort Order in Inventory.GetCharacteristicInSearchResultsFiltered web service operation (#10945)

See: https://dovetail.tpondemand.com/RestUI/Board.aspx#page=userstory/10831

See Also

Release Notes