World is now on Opti ID! Learn more

Interface IEntrySearchService

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.

Entries search service.

Namespace: EPiServer.Commerce.Services
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public interface IEntrySearchService

Methods

Search(String, MarketId, Currency)

Searches for entries based on keyword and market.

Declaration
IEnumerable<int> Search(string keyword, MarketId marketId, Currency currency)
Parameters
Type Name Description
System.String keyword

The keyword.

MarketId marketId

The market id.

Currency currency

The currency.

Returns
Type Description
System.Collections.Generic.IEnumerable<System.Int32>

A list of id for matching entries.