Confirmed users
385
edits
Line 163: | Line 163: | ||
guid // used for sync reconciliation | guid // used for sync reconciliation | ||
openSearchRefObj //the whole of the OpenSearch xml object json-ifed. Clients may pick & choose which bits of data they will use/store in their representation. The sync store however, will hold onto this, to prevent differing internal representations from causing data loss on other platforms. It also ensures sync can in the future gracefully support any future features that are covered by the OpenSearch spec but not by the current internal representations. | openSearchRefObj //the whole of the OpenSearch xml object json-ifed. Clients may pick & choose which bits of data they will use/store in their representation. The sync store however, will hold onto this, to prevent differing internal representations from causing data loss on other platforms. It also ensures sync can in the future gracefully support any future features that are covered by the OpenSearch spec but not by the current internal representations. | ||
age //age in unix time of the ref object | age //age in unix time of the ref object (so if the ref object changes, we know which one to keep) | ||
order // place in the global order (beware, even hidden engines have order) | order // place in the global order (beware, even hidden engines have order) | ||
aliases // may be [], array of search keywords associated with this plugin | aliases // may be [], array of search keywords associated with this plugin |