Service Stack - Translations

From Izara Wiki
Revision as of 04:51, 4 September 2021 by Sven the Barbarian (talk | contribs)
Jump to navigation Jump to search

Overview

Services that manage translations within the project.

Services

Deploy instructions

Complex Filter requests

{
	filterType: "XXX" // up to calling service
	type: "group",
	elements: 
	[
		{
			type: "logical",
			logicalTag: "textTag_languageId_text",
			resultType: "mediaLinkProperty"
			textTag: "mediaLinkPropertyValue",
			languageId: "en",
			text: "Blue",
			subjectIdentifierPropertyName: "propertyId",
			caseSensitive: true
		},
	]
}

- searches for specific and full text, optional case sensitive - finds an identifier property on the subjects node and stores in LogicalResults for the request - resultType must exist in request because want it to match filterType and Translation has no way of knowing filterType of request

Working documents

Service Stack - Translations