spfx-kql-data-retriever
Version:
Search Query Service for retrieve data with Kql with Sharepoint 365
18 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
;
exports.strings = {
"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.",
};
//# sourceMappingURL=en-us.js.map