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.0Syntax
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. |
keyword | The keyword. |
Market |
marketId | The market id. |
Currency | currency | The currency. |
Returns
Type | Description |
---|---|
System. |
A list of id for matching entries. |