You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Added Support for Taxonomy Localisation and Publishing
Taxonomy / Term / TermQuery
Added SetLocale(string), IncludeFallback(), and AddParam(string, string) chainable methods to Taxonomy, Term, and TermQuery, matching the convention used by Asset, Entry, and AssetLibrary
Taxonomy.Fetch<T>() and Term.Fetch<T>() now read from the shared UrlQueries dict — locale and fallback are set via chaining, not method parameters
Fixed include_fallback serialization: value is sent as the string "true" instead of a C# bool (which serialized as "True" and was rejected by the CDA)
Added AddParam(string, string) to TermQuery (was missing)