For the complete documentation index, see llms.txt. This page is also available as Markdown.

Terms

The values inside a taxonomy.

Where: Database β†’ Taxonomies β†’ taxonomy β†’ Terms Β· /projects/<project>/db/taxonomies/<taxonomyName>/terms (+ /new, /<termId>/edit)

Screenshot TODO β€” capture comes from testing-plan area 04-taxonomies.

Terms are the actual values records get tagged with β€” for example electronics, books, clothing inside a categories taxonomy. The list ( "categories" Taxonomy Terms ) shows each term with its Parent and Order; Add New Term opens the form.

Fields

  • Title (required in at least one language) and Description β€” both translatable. When the project has several languages, language tabs switch which translation you edit.

  • Order β€” a number; lower numbers show first, empty means unordered (those sort after the ordered terms).

  • Parent β€” only shown when the taxonomy has a Parent taxonomy, and then required: the picker lists that taxonomy's terms (e.g. a Cities term must select its Countries term). The validation message is Please select a parent from Countries.

  • Additional categories β€” only shown when the taxonomy has Additional categories configured: checkbox lists of terms from those taxonomies. A term set as Parent cannot also be ticked here.

Save writes the term and returns to the list; Delete (edit only) asks for confirmation. When other taxonomies use this one as their Parent, editing a term also lists its child terms below the form β€” e.g. editing a Regions term shows its Countries, each linking to that term's edit screen, with an Add New that pre-selects this term as the parent.

Use it from code

Database β†’ Taxonomies

API reference

Endpoints: Save Database Taxonomy Term, Update Database Taxonomy Term, Find Terms.

Last updated