
import { IDataRetrieverStrings } from './../models/IDataRetrieverStrings';;

export const strings: IDataRetrieverStrings = {
  "SearchQueryKeywordsGroupName": "Search query configuration",
  "SearchQueryKeywordsFieldLabel": "Search query keywords",
  "SearchQueryKeywordsFieldDescription": "Use pre-defined search query keywords to retrieve a static set of results.",
  "SearchQueryKeywordsFieldPlaceHolderText": "Keyword Search",
  "MaxResultsCount": "Number of items to retrieve per page",

  "SearchSettingsGroupName": "Search settings",
  "QueryTemplateFieldLabel": "Query template",
  "SearchQueryPlaceHolderText": "Search query in KQL format",

  "SortList": "Sort order",
  "SortListDescription": "Specify sort order in a comma separated list on the format <Managed Property Name>:ascending/descending (default:Created:descending,Size:ascending).",

  "SelectedPropertiesFieldLabel": "Selected Properties",
  "SelectedPropertiesFieldDescription": "Speficies the properties to retrieve from the search results.",
};

