spfx-kql-data-retriever
Version:
Search Query Service for retrieve data with Kql with Sharepoint 365
22 lines (15 loc) • 1.02 kB
text/typescript
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.",
};